clean URL problem
abhilasha bhardwaj - May 15, 2008 - 04:48
when I open the clean URL's page, I am unable to set it . it shows this commentYour system configuration does not currently support this feature . The handbook page on Clean URLs has additional troubleshooting information.
Is is necessary to set the clean URL's?????

No, it is not necessary. You
No, it is not necessary. You will have URLs like http://example.com/?q=node/35 instead of http://example.com/node/35. That's all.
No, it is not necessary Some
Some modules wont work if clean url is not enabled.
Is this on a machine you
Is this on a machine you control (like your personal computer or own webserver machine) or is this your webhost?
Also, do you know what webserver software you are using? E.g. apache or IIS?
i am using apache server
i am using apache server with PHP and Mysql. drupal ver 6.2
this is a localhost machine not a webserver
So how about enabling
I would highly recommend clean URLs. Also just to make sure were not overlooking something obvious: did you run the clean url test first (it's a small link embedded in the description about clean urls on the clean url page)? Make sure you run that first, then you can enable clean urls (if it passes)
If you ran the test and it did not work, did you enable mod_rewrite in apache?
See this how-to:
http://drupal.org/node/15365
no there is no Clean URLs link
no there is no Clean URLs link
this is my Clean URLs page when i open clean URL's page
Clean URLs:
Disabled
Enabled
This option makes Drupal emit "clean" URLs (i.e. without ?q= in the URL).
Your system configuration does not currently support this feature. The handbook page on Clean URLs has additional troubleshooting information.
Is mod_rewrite enabled in
Is mod_rewrite enabled in apache?
no there is no mod_rewrite
no there is no mod_rewrite in httpd.conf file of apache
Had same issue, and fixed it
After hours of playing around, calling Godaddy, and other crap, I finally took care of this issue with Clean URLs.
** Godaddy DOES HAVE mod_rewrite ENABLE **
As for fixing the issue. Do this quick test:
Try to view a page in the admin section by removing the ?q= from the domain.
Example:
http://example.com/?q=admin/settings/clean-urls/
Change it to:
http://example.com/admin/settings/clean-urls/
If you took care of the issue by modifiying the .htaccess, then it should go directly to the Clean-url page, run the test, and the option should now be highlighted to Enable Clean-URLs.
Hope that helps.
Check it out
Please do the below things to enable clean URL. Once you done , you need to restart the apache server and try the clean URL section in drupal. Some times you need to restart server.
Please open httpd.conf file from apache.
You can find it in .....//httpd/conf/httpd.conf
or ............//apache2/apache2.conf
remove comment marks from the below line
LoadModule rewrite_module modules/mod_rewrite.so
.............................................................................