T
tkambler
Guest
I have the following .htaccess file in the root directory of one of my subdomains (/httpdocs):
Options +Indexes
RewriteEngine on
RewriteBase /
RewriteRule ^/logo /index.php?section=login
I am receiving the following error from Apache:
/httpdocs/.htaccess: Illegal option RewriteEngine
Can anyone shed some light on this?
Thanks!
Tim
Options +Indexes
RewriteEngine on
RewriteBase /
RewriteRule ^/logo /index.php?section=login
I am receiving the following error from Apache:
/httpdocs/.htaccess: Illegal option RewriteEngine
Can anyone shed some light on this?
Thanks!
Tim