Hi,
I am new at expressionengine and have just moved a customers system to a different server and subdirectory to do some test work for him.
I went through all the help I can find on moving and set all the parameters and the backend seems to work perfectly.
The front end however is completely stuffed, The page comes up but the href links for the css etc are not working, if I put in the fill url with system tools it works fine. Also the lower pages are not working
I suspect htaccess as the lower pages are not showing the subdirectory in the url but I cannot get it to work using the ellis notes
current htaccess code is:
RewriteBase /
# Removes index.php from ExpressionEngine URLs
RewriteCond %{THE_REQUEST} ^GET.*index\.php [NC]
RewriteCond %{REQUEST_URI} !/system/.* [NC]
RewriteRule (.*?)index\.php/*(.*) sef/$1$2 [R=301,NE,L]
# Directs all EE web requests through the site index file
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ sef/index.php?/$1 [L]
and the site is at demo.battleva.co.uk/sef
Any help please as I need to get this working to help the customer, I did try and remove rewrite and add index.php back in settings but the urls stayed the same!.
THanks
Tony