I've run into this several times, but none of my past fixes worked. I've followed instructions, but no network ads are appearing on: http://americanairambulance.com/ The code is at the vey bottom of the page. I have a writable text file, php docs on my server, etc. All according to instructions. The control is through Plesk. Thanks in advance for any help.
But the server says it automatically views php. Also under the root directory and in the /httpdocs/ file there was already a .htaccess file with the text below in it. I added AddHandler application/x-httpd-php .php .htm .html to the top line. Is this correct Shawn? (I also tried AddTyps application/x-httpd-php .php .htm .html) "# -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 americanairambulance.com AuthUserFile /usr/local/psa/home/vhosts/americanairambulance.com/httpdocs/_vti_pvt/service.pwd AuthGroupFile /usr/local/psa/home/vhosts/americanairambulance.com/httpdocs/_vti_pvt/service.grp"
Then I would say your server is incorrect if it's telling you that it's parsing the PHP, because it's definitely not since you can see it in the source.
PS - I got a PM that the "AddHandler" helped someone else as opposed to the AddType in: AddHandler application/x-httpd-php .php .htm .html
Where should I place the AddHandler application/x-httpd-php .php .htm .html command since there are already commands in the .htaccess file?