Enable Clean URL in Drupal

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.

Path-Module

Step 3

Run a clean URL test and enable the Clean URLs.

enable-Clean-URL

Now you should be able to see the search engine friendly URLs :)

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.