Path
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
- 3 comments
- 1451 reads

Recent comments
2 days 20 hours ago
5 weeks 2 days ago
18 weeks 5 days ago
24 weeks 4 days ago
27 weeks 5 days ago
28 weeks 2 days ago
28 weeks 2 days ago
40 weeks 4 days ago
40 weeks 4 days ago
41 weeks 2 days ago