Drupal 7 WebSite How to Enable Clean URLs

August 29, 2012 | By Duchateaux.

This Article Show Clearly How to Enabling Clean URLs on a Drupal 7 Site.

And this Visual Guide includes the Basic Screenshots of All GUI Steps involved.

The Content give Focus Only to the Essentials Instructions and Commands to make it Easier to Follow.

Drupal Lifebuoy
  1. To Test Clean URLs Point your Browser to this Address:
    http://?q=admin/config/search/clean-urls

    If your System Pass the Clean URLs Test Then you can Directly Set Clean URLs To: Enabled
    Drupal 6 Enable Clean-URLs

    But If Clean URLs Appears Grayed Out Then Proceed to the Next Step.
  2. Make a .htaccess File in your Domain Root and Insert:


    RewriteEngine on
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]

  3. Repeat the Clean URLs Test and Now It Should Pass…

Set-Up Drupal 7 to Automatically Send Email on New Articleed Post:

Drupal 7 Send-Email New Content

QuickChic Theme • Powered by WordPress