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

ali.sharif’s picture

Hi nab0610
i think your server not support this feature if disabled!

will_kelly’s picture

Go into your .htaccess file and uncomment

# RewriteBase /

It is line 101 in my .htaccess file.

Run update.php and it should work.

nab0610’s picture

It's already uncommented

ali.sharif’s picture

call to your servive provider , they will turn it on for you ...

dheeraj.dagliya’s picture

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.