I am currently on a server with GoDaddy (sorry for the advert - I get nothing out of it) and it is set up with PHP3 and PHP4 according to the control panel. I am in the process of learning MySQL and other PHP driven applications so I tested the PHP and it is not working.
So, I placed
AddHandler application/x-httpd-php .php
into the .htaccess since it is my understanding that this would force the server to recognize the page and it has not.
I have a test page at http://www.asseen-ontvsite.com/test.html with a simple date which is not doing a thing. I tried another Addhandler (can't recall which one) and it blocked my index page and forced me to download (which of course I didn't since I already have it) but left the subdomains intact.
Any guidance for a very impatient newbie would be greatly appreciated.
For the record, this is what my .htaccess file looks like at the present time
# -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 www.asseen-ontvsite.com
AuthUserFile /var/chroot/home/content/d/i/v/diversions/html/_vti_pvt/service.pwd
AuthGroupFile /var/chroot/home/content/d/i/v/diversions/html/_vti_pvt/service.grp
AddHandler server-parsed .htm
AddHandler server-parsed .html
AddHandler application/x-httpd-php .php
Thanks for your help
D



Reply With Quote

Bookmarks