rose
06-25-2005, 09:04 AM
Hi!
I installed PHP Link Directory in mysite.com/links/
After I changed in 'ini.php':
define('DOC_ROOT', substr($_SERVER["SCRIPT_NAME"], 0, strrpos($_SERVER["SCRIPT_NAME"], '/links/')));
if(!defined('DB_DRIVER')){
header('Location: '.DOC_ROOT.'/links/install/index.php');
exit;
Here are my problems:
(1) When I make new categories (i.e. Computer), the URL is mysite.com/computer/ and NOT mysite.com/links/computer/
(2) I read that you will give out a install help for oscommerce. Is it ready yet?
Thanks in advance.
Rose
I installed PHP Link Directory in mysite.com/links/
After I changed in 'ini.php':
define('DOC_ROOT', substr($_SERVER["SCRIPT_NAME"], 0, strrpos($_SERVER["SCRIPT_NAME"], '/links/')));
if(!defined('DB_DRIVER')){
header('Location: '.DOC_ROOT.'/links/install/index.php');
exit;
Here are my problems:
(1) When I make new categories (i.e. Computer), the URL is mysite.com/computer/ and NOT mysite.com/links/computer/
(2) I read that you will give out a install help for oscommerce. Is it ready yet?
Thanks in advance.
Rose