By nab0610 on
I installed drupal 6.x on Godaddy's linux premium hosting.
Now when I click on clean URL's in the administration section I see the radio button to enable them, but I can't select it?
I installed drupal 6.x on Godaddy's linux premium hosting.
Now when I click on clean URL's in the administration section I see the radio button to enable them, but I can't select it?
Comments
Hi nab0610 i think your
Hi nab0610
i think your server not support this feature if disabled!
You need to uncomment line 101 in .htaccess
Go into your .htaccess file and uncomment
# RewriteBase /
It is line 101 in my .htaccess file.
Run update.php and it should work.
It's already uncommented
It's already uncommented
call to your servive provider
call to your servive provider , they will turn it on for you ...
check httpd.conf
if you have access to httpd.conf then check for
LoadModule rewrite_module modules/mod_rewrite.so
and uncomment this line.
or once your hosting service enable this mod_rewrite then in Drupal check for this path
admin/settings/clean-urls and choose to enable clean-urls here.