|
Softwares ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Main /
Clean-url-in-drupal
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
You can search for more info at drupal.org search. |