Drupal Howto Enable Clean URLs If Grayed-Out Or No Pass Test

March 13, 2012 | By Duchateaux.

This Instruction Show Exactly How to Clean URLs for Drupal 6 on Big Shared Hosting Companies like: Hostgator, Bluehost and Godaddy. So it Should follow to be Working on the Most Part of Hosting Servers…

  1. To Test Clean URLs Point your Browser to this Address:
    http://?q=admin/settings/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…
    http://?q=admin/settings/clean-urls

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

Drupal 7 Send-Email New Content

QuickChic Theme • Powered by WordPress