pacognovellino Posted November 6, 2008 Share Posted November 6, 2008 Hello everyone, I have a problem with a shopping cart script i downloaded, I dont know how, but every lik in the admin section repeats the url twice, instead of http://localhost/nina/admin/category/, the url that I get is http://localhost/nina/admin/nina/admin/category/ the code of the config file in the shopping cart is // setting up the web root and server root for // this shopping cart application $thisFile = str_replace('\\', '/', __FILE__); $docRoot = $_SERVER['DOCUMENT_ROOT']; $webRoot = str_replace(array($docRoot, 'library/config.php'), '', $thisFile); $srvRoot = str_replace('library/config.php', '', $thisFile); define('WEB_ROOT', $webRoot); define('SRV_ROOT', $srvRoot); I downloaded the script from here http://www.phpwebcommerce.com/php-mysql-shopping-cart-tutorial.php Thanks Quote Link to comment https://forums.phpfreaks.com/topic/131656-php-code-problem/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.