
March 24th, 2012, 02:43 PM
|
|
Registered User
|
|
Join Date: Sep 2010
Posts: 10
Time spent in forums: 2 h 6 m 12 sec
Reputation Power: 0
|
|
|
Need assistance installing a script/site hosted by hostmonter
The site comes with the installation manual(below), seems pretty straight forward but for some reason the site wont' show up. My hosting is with Hostmonster and Ive uploaded everything to /public_html
The first step:
Code:
1. Open /include/config.php
Find:
/home/username/public_html
Replace with the path to your public web directory.
Ive replaced it with my directory name ---> /home1/myusername/public_html
Ive also uploaded all site files to the root directory /home1/username/ with the same config file and everything showed up, so Ive removed the site files from the /public_html and it stopped again. Confusing, seems like files need to be delegated between those two directories, dont know what else could be.
Everything else was replaced properly as well.
Any help would be appreciated. Tia
Complete inst. instructions
Code:
1. Open /include/config.php
Find:
/home/username/public_html
Replace with the path to your public web directory.
Find:
http://www.example.com
Replace with your domain name where you are going to install the script.
Find:
localhost
Replace with your SQL host.
Find:
database_username
Replace with your database username.
Find:
database_password
Replace with your database password.
Find:
database_name
Replace with your database name.
2. Import database.sql into your newly created database for the script.
3. Upload all files in the public folder to your web server's public directory.
4. CHMOD 777 the following files and directories:
/images/membersprofilepic/
/images/membersprofilepic/o/
/images/membersprofilepic/thumbs/
/pdata/
/pdata/t/
/temporary/
|