Quote:
Originally Posted by AmateurFlix
name the following file phpinfo.php
PHP Code:
<?php
phpinfo();
?>
load it in your browser & search for "mod_rewrite"
if that does not appear under "Loaded Modules", then you do not have it installed.
remove phpinfo.php as soon as you are done with it - there is no reason to let hackers see how your configuration is set up.
I'm not 100% certain I'm correct about this, but 99.5% ;)
|
Thanks for that. I'll try it.