Drupal on PCextreme


/ Published in: Apache
Save to your folder(s)

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.


Copy this code and paste it in your HTML
  1. #Change the line:
  2. RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
  3. #Into this line (the / before index.php)
  4. RewriteRule ^(.*)$ /index.php?q=$1 [L,QSA]

URL: http://pcextreme.nl

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.