Photo Video Store Script — Installation Guide
Assume you want to install
the script at yourdomain.com
- Unzip files and upload them
via FTP on yourdomain.com
- Modify the file: yourdomain.com/admin/function/db.php
with correct MySQL database information.
//MySQL database
define( "dbuser", "yourdbuser" );
define( "dbpassword",
"yourdbpassword" );
define( "dbname", "storedb" );
define( "dbhost", "localhost" );
//Site HTTP URL
define( "surl",
"http://yourdomain.com" );
//Site HTTPS URL
define( "ssurl",
"http://yourdomain.com" );
//Site root. It is an empty if the script is in root
directory or "/store" if the script in "/store" directory.
define( "site_root", "" );
- Click yourdomain.com/install/
and follow instructions
- If you receive the error
writable notifications on installation page you should set writable permissions
for the folders.
- Delete yourdomain.com/install/
- if you install the script at
yourdomain.com/somefolder/ you should edit /.htaccess file and
replace "RewriteBase /" with "RewriteBase
/somefolder/"
That's all!
If you have any questions/problems you should contact us or read FAQ - Installation