Forum Moderators: phranque
I am having a problem now where links clicked in the /driving directory are getting the /shop directory prepending to the link - this is causing page not found errors.
Here is the .htaccess file:
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/shop/
RewriteCond %{REQUEST_URI} !^/shop
RewriteCond %{REQUEST_URI} !^/sb/
RewriteCond %{REQUEST_URI} !^/sb
RewriteCond %{REQUEST_URI} !^/app1/
RewriteCond %{REQUEST_URI} !^/app1
RewriteRule (.*) [domain.com...] [r=301,nc]
I am a relative newbie at fooling with .htaccess stuff so any help would be appreciated!
Thanks
Patrick
[Sat Feb 07 17:36:35 2009] [error] [client 76.218.80.121] File does not exist: /home/safety11/public_html/shop/app1, referer: [domain.com...]
Notice how the referer does not have the /shop in the link but the page not found does.