I run two Apache 2 servers. One has PHP5.2 and the other has PHP5.3. Is there a reason why on the 5.3 machine has $_SERVER[\'SCRIPT_URI\']?
$_SERVER[\'SCRIPT_URI\']
Where does t
According to a post on WebHostingTalk it comes from mod_rewrite:
Add RewriteEngine On To the virtual host in your httpd.conf file that you want to turn this on for and then restart apache.
Add
RewriteEngine On
To the virtual host in your httpd.conf file that you want to turn this on for and then restart apache.