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? |