Thursday 08 January 2004 1:21:42 am
My isp give me acces to mod_rewrite, but i can't put rewrite rulest into httpd.conf. I have it in .htaccess, so normally i has index.php in url. I found that when i change lib/ezutils/classes/ezsys.php :
// Fallback... Finding the paths above failed, so $_SERVER['PHP_SELF'] is not set right.
if ( $siteDir == "./" ) $phpSelf = $requestURI; to
// Fallback... Finding the paths above failed, so $_SERVER['PHP_SELF'] is not set right.
// if ( $siteDir == "./" ) $phpSelf = $requestURI; (only comment "if ( $siteDir == "./" )" )
then everything working ok. (I using Apache 3.X and ezP 3.2-3)
Best Tomek
|