Hi
I need PHP magic_quotes disabled and
Apache mod_rewrite module Enabled
i am installing a classifieds script
Hi
I need PHP magic_quotes disabled and
Apache mod_rewrite module Enabled
i am installing a classifieds script
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:
which a little searching would have told you.Code:RewriteEngine on RewriteBase /
Last edited by misson; 02-10-2011 at 04:12 AM.
Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.Misson, not Mission.