I'm using the .htaccess below to try to get my site to appear to be in the root, even though it is in the magento directory.
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.example\.org\.uk$
RewriteCond %{REQUEST_URI} !^/magento/
RewriteRule ^(.*)$ /magento/$1
It all works great until I try to enter the site with the none www. prefix. If I type in http://example.org.uk I'm getting the error below
403 Forbidden
Access to this resource on the server is denied! Powered By LiteSpeed Web Server
Could it be a server or lightspeed setting that's stopping this working properly?
Many thanks in advance for your help, John
[edited by: phranque at 8:36 pm (utc) on Nov 19, 2013]
[edit reason] Please Use example.com [webmasterworld.com] [/edit]