View Single Post
  #1 (permalink)  
Old 06-04-08, 07:59 PM
rowan rowan is offline
Junior Member
 
Join Date: Apr 2008
Posts: 9
Default Drupal clean urls .htaccess

Hi
I'm trying to enable clean urls in my Drupal installation.
I've have tried adding these lines to the .htaccess file in my public_html directory:

LoadModule rewrite_module modules/mod_rewrite.so
AddModule mod_rewrite.c

as per the Drupal help, but it just causes a server error.
Using latest version of Drupal.

Where exactly in the .htaccess file should I add those lines, or what else should I do?
Reply With Quote