This code had to be added at the top of the affect pages
- Code: Select all
if (isset($_SERVER['HTTP_X_REWRITE_URL']))
{
$_SERVER['REQUEST_URI'] = $_SERVER['HTTP_X_REWRITE_URL'];
}
Everything seems to be better at http://www.starstyleinc.com
if (isset($_SERVER['HTTP_X_REWRITE_URL']))
{
$_SERVER['REQUEST_URI'] = $_SERVER['HTTP_X_REWRITE_URL'];
}
dcz wrote:mm, windows server can really be a pain, could you post your httpd.ini here ?
Or do you only use an .htaccess ?