Are there any modules that will disable mod_rewrite using .htaccess? PHP suEXEC, maybe?
Are there any modules that will disable mod_rewrite using .htaccess? PHP suEXEC, maybe?
phpsuexec does disable mod_rewrite
You could look into the AllowOverride directive.
I have not set this value personally, but that is where I would look first if I wanted to do it.
That is if you haven't figured it out already in 3 months![]()
I've not come across that at all. I have phpsuexec on all of our servers and use mod_rewrite frequently within .htaccess files on sites on them.phpsuexec does disable mod_rewrite
[edit]Just noticed SarcNBit's comment - I hate it when old threads get dug up like that[/edit]
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
Can you tell me chirpy what option of AllowOverRide you have set on your servers. I mean ALL. or something else. Orwhatyou have allowed in it to use mod_rewrite in .htaccess.
Originally Posted by chirpy