Enable Clean URL in Drupal
Submitted by ravisagar on Fri, 02/08/2008 - 10:17.Step 1
Create a .htaccess file in your website's root directory and place the following code in it.
RewriteEngine on RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
Step 2
Login to the Admin section of your Drupal site and enable the Path Module.

Step 3
Run a clean URL test and enable the Clean URLs.

Now you should be able to see the search engine friendly URLs :)
»
- ravisagar's blog
- Add new comment
- 1039 reads

Recent comments
6 weeks 3 days ago
12 weeks 2 days ago
15 weeks 3 days ago
16 weeks 7 hours ago
16 weeks 9 hours ago
28 weeks 1 day ago
28 weeks 1 day ago
29 weeks 14 hours ago
33 weeks 3 days ago