Apache

Status
Not open for further replies.

xavi587

New Member
Messages
6
Reaction score
0
Points
0
Hi
I need PHP magic_quotes disabled and
Apache mod_rewrite module Enabled

i am installing a classifieds script
 

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
At some point, magic quotes will be disabled, but it can only be disabled for everyone.

mod_rewrite is loaded. You can enable the rewrite engine yourself by adding the following to your .htaccess:
Code:
RewriteEngine on
RewriteBase /
which a little searching would have told you.
 
Last edited:
Status
Not open for further replies.
Top