/ Published in: Apache
URL: http://pcextreme.nl
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.
Expand |
Embed | Plain Text
#Change the line: RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] #Into this line (the / before index.php) RewriteRule ^(.*)$ /index.php?q=$1 [L,QSA]
You need to login to post a comment.
