Activating Clean URLs in Drupal
9 September 2008
895 views
No Comment
I wanted to activate the clean URLs option for the drupal installation that I have in my local XAMPP. The description on the drupal website is pretty good when you have general problems:
Clean URLs
Important for me was actually a part that is at the very end of the description.
If your drupal installation is eg running at http://localhost/drupal, then you have to
modify the RewriteBase entry in the .htaccess file in your drupal directory to this:
RewriteBase /drupal
I am pretty sure I will blog more about drupal in the next future :)










Leave your response!