Page not found Help!

hi

i just installed cs-cart on my hosting account. after i was finish installing the cs cart.

i clicked on the front end and then the admin panel and i got page not found on both of them.

this is so frustrating can anyone please help me?



here is the like to my site

http://shop.ezwatchwholesale.com

Hi,

Did you check with your host for help? I either had my host do the install after giving them all the documentation regarding requirements and installation or I hire a professional to do it.

Bob

I contacted the hosting account and they said that everything was fine on there side.

Have you checked your config.local.php file?



For example, the page is trying to connect to you style sheet at:


/home/content/t/e/s/test6442/html/skins/basic/customer/styles.css



That is wrong.



Your config.local.php should have something like:


// Host and directory where software is installed on no-secure server
$config['http_host'] = 'www.testwatchwholesale.com';
$config['http_path'] = '';

// Host and directory where software is installed on secure server
$config['https_host'] = 'www.testwatchwholesale.com';
$config['https_path'] = '';




Otherwise, what about your .htaccess?



I hope that helps,



Brandon

Oh, as for your admin, did you rename it? Are you sure you actually renamed the file itself?



Also, in your config.local.php you need to be sure this line is correct:


$config['admin_index'] = 'admin.php';



Make sure that the name is changed to whatever your admin file name is. So like:


$config['admin_index'] = 'your-admin-name.php';



Thanks,



Brandon

Thanks for your reply

I checked all the files and all of them are correct

but still nothing happens everything is the same.

I'm not sure what to say, sorry.



All I know is that the site is trying to connect to the style sheets and js files using a path that it shouldn't.



To me, this looks like a hosting issue. And since you are with GoDaddy, this is absolutely no surprise at all.



You need to change the paths that connect the files. If you checked your config.local.php file, then I'd recommend going back to GoDaddy and explaining it to them.



Sorry I couldn't be more help.



Brandon