On enabling Clean URL in Drupal I get error “Your system configuration does not currently support this feature” FIX: I have created a .htaccess file under the installation directory of drupal and added following code and it fixed my issue. root@Server [~]# nano .htaccess RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule …
Tag Archive: Drupal Clean URL
Mar
28

Recent Comments