View Single Post
  #37  
Old 01-02-2005, 05:10 PM
 
NuAlpha NuAlpha is offline
 

X-Adept
  
Join Date: Aug 2003
Location: US
Posts: 598
 

Default Re: Path Issues in php script

Quote:
Originally Posted by Stephen Hatton
My site has the following structure to the catalog:
http://www.eotr.com/Light4Life/catalog

You have to enter the absolute file path from root. For instance, most setups would look like-> "/home/user-dir-name/public_html/Light4Life/catalog"

Don't include your domain name or http:// with that directory path. Your absolute file path should start with forward slash, which is root-> "/"

Quote:
Originally Posted by Stephen Hatton
Do we need to set special permissions for the php script and the html files?

Permissions for the catalog directory should be chmod 777.
__________________
X-Cart Pro 4.5.5 Platinum
X-Payments 1.0.6
PHP 5.3.14
MySQL 5.1.68
Apache 2.2.23
Reply With Quote