Help With Godaddy and php scripts

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
Jermboy
Forum Newbie
Posts: 2
Joined: Thu Nov 20, 2008 10:49 pm

Help With Godaddy and php scripts

Post by Jermboy »

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
User avatar
veridicus
Forum Commoner
Posts: 86
Joined: Fri Feb 23, 2007 9:16 am

Re: Help With Godaddy and php scripts

Post by veridicus »

It's not generally too hard to set up a basic web server. But you're very limited with any shared hosting service.

Are you seeing any errors in the error logs? Do you see your own IP address in the access logs (i.e. are you hitting the server)? When you say "it no longer works", what is or isn't happening?
Post Reply