Make sure you have AllowOverride set in Apache for the host/Vhost. For testing and dedicated servers I generally set it to all:
http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride
Jamie Holly http://www.intoxination.net http://www.hollyit.net
On 1/12/2010 12:55 PM, Martin Hooper wrote:
I have a drupal instance on my server and as far as I can tell Apache is configured for mod_rewrite but when I try and configure Drupal for clean URL's it doesn't seem to pick it up.
I do have the .htaccess file that came with drupal in the the /var/www directory which is the apache document root.
Any ideas on how to get Drupal to recognize the clean url's?