Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: John E. Myers on May 11, 2002, 04:44:07 PM

Title: How to use RewriteEngine?
Post by: John E. Myers on May 11, 2002, 04:44:07 PM
Hello everybody,

I have set up SME server to recognize .htaccess files.
However, when I try to use "RewriteEngine On", I get the error "You don't have permission to access / on this server."

How do I use RewriteEngine with SME server?

John
Title: Re: How to use RewriteEngine?
Post by: Leo Hanwars on July 03, 2002, 08:05:00 PM
Just add the line
Options +FollowSymlinks
before the line
RewriteEngine on
in the .htaccess file.