Help With Godaddy and php scripts
Posted: Fri Nov 21, 2008 9:53 am
I have a simple RSS feed script that works well on my local machine but when i up load it to the clients server it no longer works. I think its .htaccess, but this is the first time I have ever tried to use my own PHP and AJAX scripts out side my local server. What steps do you have to follow to configure a server (that has apache and php installed) to allow your scripts.
here is a copy of the .htaccess file
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName http://www.canadianseriesofpoker.com
AuthUserFile /var/chroot/home/content/f/a/l/falconpresiden/html/_vti_pvt/service.pwd
AuthGroupFile /var/chroot/home/content/f/a/l/falconpresiden/html/_vti_pvt/service.grp
PS I have never had my own live domain before and I had no idea that uploading my own scripts was this hard!
host is http://www.godaddy.com, I am nto the own and only have ftp access
here is a copy of the .htaccess file
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName http://www.canadianseriesofpoker.com
AuthUserFile /var/chroot/home/content/f/a/l/falconpresiden/html/_vti_pvt/service.pwd
AuthGroupFile /var/chroot/home/content/f/a/l/falconpresiden/html/_vti_pvt/service.grp
PS I have never had my own live domain before and I had no idea that uploading my own scripts was this hard!
host is http://www.godaddy.com, I am nto the own and only have ftp access