<?php
if (!isset($_SERVER['REQUEST_URI']))
{
$_SERVER['REQUEST_URI'] = substr($_SERVER['PHP_SELF'],1 );
if (isset($_SERVER['QUERY_STRING'])) { $_SERVER['REQUEST_URI'].='?'.$_SERVER['QUERY_STRING']; }
}
?>
External links
Sponsors
Web Hosting – £2.99/mo
Reliable UK web hosting. Free tech support. Trusted UK host since 2004. Free setup. Order online.
http://ecenica.com/
cPanel Hosting – £4.99/mo
Fast cPanel hosting with email. Choice of UK/US servers. 30-day money-back promise. Founded 2004.
http://ecenica.com/
Related posts:
- How to troubleshoot CDO.Message error 8004020F
- Sending e-mail using PHP on Windows
- Why won’t my CGI script run on my Windows Hosting?
- Enabling Classic ASP Detailed Error Messages in Windows IIS7
- Troubleshooting Header Error ASP 0156 : 80004005
Tags: hosting, how-to, php, script, troubleshooting, website, windows