ok i finally got it to work on the index.php page. now i am having troubles with the .htaccess i have one page that's .php (the index page) and the rest are static html ...i'd like to keep them that way if possible. when i create a .htaccess file with this in it AddType application/x-httpd-php .php .htm .html it gives me an internal server error with the html pages. i've never done this before, so any help would be appreciated. do i put the .htaccess file in the /public_html/ folder (where my files are located), or in the root directory? is the file called .htaccess or htaccess ? thanks.
that one doesn't give me an error, but doesn't work either.... so weak... i have to get a hold of my webhosts i think... i've tried so many different files, but either it doesn't work or i get a server error.
It works for me, maybe this: Action php-script /interpreters/php-script AddHandler php-script .ab Code (markup): or this http://forums.digitalpoint.com/showthread.php?t=7584 Maybe a little research http://www.google.com/search?q=.htaccess+parse+html+as+php
thanks air.. still no luck...i've been doing lots of research and trying different files all day... even the ones that should work don't, which is why i think it's a server issue that i need to discuss w/my web hosts. i'l let you know how it goes.
Found some things on the web. I'm not a php expert but.... AddType x-mapp-php4 .htm Code (markup): <Files *.html> AcceptPathInfo on SetOutputFilter php SetInputFilter php </Files> Code (markup): Well still the best is to ask your host.