Page 1 of 1

issue with htaccess - RewriteEngine on

PostPosted: 06. September 2008 12:23
by nvision
Hi,

When I include an .htaccess file with this

Code: Select all
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ index.php?route=$1 [L,QSA]


I get a server error.

Can this be enabled? or is there an issue with my install?


[ Incidently - I love XAMMP! - has saved me hour of coding and installed easily.

PostPosted: 06. September 2008 12:26
by Wiedmann
In "httpd.conf" you must load the rewrite module.