if your drupal installation having problem in implementing Clean URLs then please check your Apache is configured as mentioned below
Apache uses httpd.conf file for its configuration.
In order for Drupal to implement clean URLs, Apache needs to have mod_rewrite enabled. For example, open up httpd.conf and search for the line that reads
LoadModule rewrite_module modules/mod_rewrite.so
This line determines whether or not Apache can implement what Drupal requires in order to implement clean URLs. If it's commented out, you will need to uncomment it and then restart Apache before any changes take effect.
0 Comment(s)