System Information
PHP built On: Windows NT MANNAN 5.1 build 2600
Database Version: 3.23.47-nt
PHP Version: 4.3.10
Web Server: Apache/1.3.23 (Win32)
WebServer to PHP interface: cgi-fcgi
---------------------------------------------------------
(1)
define('PS_BASE', '/home/phpshop/');
what does "home" mean? does home folder is same as htdocs folder is?
as our web root folder is "htdocs"
(2)
Create the directory under your web root folder where the phpShop
controller (and other needed files) will be installed. what does this mean?
/var/www/html/demo/ -> this is for what
cp -r /home/phpshop/htdocs/* /var/www/html/demo/ -> this is for what
can any one help me out ?
problem in installing phpshop
Moderator: General Moderators
- itsmani1
- Forum Regular
- Posts: 791
- Joined: Mon Sep 29, 2003 2:26 am
- Location: Islamabad Pakistan
- Contact:
!!Step 1.
Make sure you have PHP 4.3.4 or higher
a. Make sure that magic_quotes_gpc is ENABLED. This can be done by editing the php.ini file. For more information on how to do this, please refer to the PHP manual.
!!Step 2.
Make sure you are running MySQL 3.23 or higher.
!!Step 3.
Uncompress the phpshop distribution anywhere outside your web tree.
'''Security Note'''
If you cannot install outside your web tree, then for security you should protect the phpshop directory using an .htaccess file restricting access to the phpshop directory through a web browser to authorized users. Refer to the Apache manual for more information on securing directories.
The examples in this document assume you uncompressed under "/home" so that your installation directory is "/home/phpshop".
!!Step 4.
Edit the ./htdocs/index.php file. Edit the value of PS_BASE. You must set this to point to the installation directory of phpshop.
EXAMPLE:
define('PS_BASE', '/home/phpshop/'); //Works for Linux and Windows.
** NOTE: Make sure you add the trailing "/";
ppl i m having problem with step 4 can any one help me out .
thankx in advance
Make sure you have PHP 4.3.4 or higher
a. Make sure that magic_quotes_gpc is ENABLED. This can be done by editing the php.ini file. For more information on how to do this, please refer to the PHP manual.
!!Step 2.
Make sure you are running MySQL 3.23 or higher.
!!Step 3.
Uncompress the phpshop distribution anywhere outside your web tree.
'''Security Note'''
If you cannot install outside your web tree, then for security you should protect the phpshop directory using an .htaccess file restricting access to the phpshop directory through a web browser to authorized users. Refer to the Apache manual for more information on securing directories.
The examples in this document assume you uncompressed under "/home" so that your installation directory is "/home/phpshop".
!!Step 4.
Edit the ./htdocs/index.php file. Edit the value of PS_BASE. You must set this to point to the installation directory of phpshop.
EXAMPLE:
define('PS_BASE', '/home/phpshop/'); //Works for Linux and Windows.
** NOTE: Make sure you add the trailing "/";
ppl i m having problem with step 4 can any one help me out .
thankx in advance