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
Help With Godaddy and php scripts
Moderator: General Moderators
Re: Help With Godaddy and php scripts
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?
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?