By aruns4 on
my site is fine and running well. when i select admin/settings/cleanurls it says as the path is not found with error 404. how can i rectify it..
my site is fine and running well. when i select admin/settings/cleanurls it says as the path is not found with error 404. how can i rectify it..
Comments
did you enable it in your webserver
Hi,
Drupal clean urls only works on apache servers. And you have to enable rewrite_module in apache's httpd.conf file.
http://drupal.org/node/15365
http://www.befolks.com Thanks
http://www.befolks.com
Thanks for your kind reply..
my site is hosted in hostmonster. They dont give me provision to alter apache..
so in http://drupal.org/node/15365 i hv to chose the option A and did as it said. but still the same.
In my localserver i did both the options but no change there too.
pls help me.
*_*
http://www.scholarbeat.com
Well, on any webserver, with webhosting, has by default, enabled the clean urls.
You have to investigate more what's the wrong with your web site.
Thanks
:)
Beautifulmind
Regards.
🪷 Beautifulmind
hi
http://www.befolks.com
can u help me. still got prob with clean urls.
Use this way...
Hi,
The link that I mention might be confusing you. Let me tell you an easy way that can help you enabling clean urls using .htaccess file.
Open .htaccess file located on root of your drupal directory, then locate this line in this file
and uncomment this line i.e. just remove the '#' before this line and thats it. Now clean urls must be working on your side.
Hope this will help you.
Thanks
*_*
http://www.scholarbeat.com
Hello,
Web hosts never allow .htaccess file to influence the service. Otherwise one can specify php Memory upto 256M which is too much.
Thanks
:)
Beautifulmind
Regards.
🪷 Beautifulmind
Thanks for your reply
http://befolks.com
i checked all means said here. is there any other way that i will get clean urls..
as it said above i altered
as it said above i altered the rewrite_module in my local apache server by uncommenting it..i found successful wen i run the clean urls test and i did not alter the .htaccess file and left as it is..
but on my server(hosted on hostmonster) they dont give me provision to access their apache server.so i hv to try with .htaccess file..
i tried uncommenting the seperately Rewritebase / and Rewritebase /drupal but could not..
i tried also by uncommenting both and uploaded to my server. but could get clean urls..
any ideas.. pls
thanks for your kind reply
is there any one who can help me..
Worth a shot...
I was having problems getting Clean URLs to work with Drupal (installed automatically by SimpleScripts) on HostMonster until I noticed that what I thought was .htaccess was actually htaccess.txt. I simply changed the filename to .htacess and Clean URLs started working for me.