Hi everyone .. I'm trying to install a script and requirements say that the mod_rewrite must be off (it's on on my server) I've been told that I can change that using .htaccess .. But I'm not experimented doing such things .. So, can anyone give me a piece of code, or any resource to find a solution and turn Mod_rewrite off ? Thanks for answering. I appreciate your help.
Check your .htaccess and if it contains this: RewriteEngine on Code (markup): Remove it. You may try adding: RewriteEngine off Code (markup): but i'm not sure if that will work.
Yes, That's what I did .. and what I know .. It works, but I think that I need a more sophisticated code, because the script I installed is using url_rewriting in .htaccess (and it requires at the same time mod_rewrite off) , I must search for a solution , (And I don't even know if what Im saying make any sense ..)
If you are on shared hosting, you have no other option to turn off mod_rewrite from your end. Kailash
if u dont add the mod rewrite codes in .htaccess it wont work but normally its done directly by editing the apache config file