Return to Snippet

Revision: 22569
at January 15, 2010 15:01 by berkes


Updated Code
#Change the line:
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
#Into this line (the / before index.php)
RewriteRule ^(.*)$ /index.php?q=$1 [L,QSA]

Revision: 22568
at January 15, 2010 15:00 by berkes


Initial Code
RewriteRule ^(.*)$ /index.php?q=$1 [L,QSA]

Initial URL
http://pcextreme.nl

Initial Description
http://pcextreme.nl is one of the Best hosters for Drupal in Netherlands. 
But they require one change to the .htaccess in order to run.

Initial Title
Drupal on PCextreme

Initial Tags
drupal

Initial Language
Apache