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…
- 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
But If Clean URLs Appears Grayed Out Then Proceed to the Next Step. -
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]
- 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