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
		
			
			- 
				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
- 
				Just add the line
 Options +FollowSymlinks
 before the line
 RewriteEngine on
 in the .htaccess file.