I've included the following in my .htaccess file:
AddHandler application/x-httpd-php .php .shtml .html .htm
I'm not sure why it's not working. I don't get an error message, it just doesn't call the .php code.
For example, view the code for the following page: http://www.pipsqueakboutique.com/Gif...p-1-c-324.html and you'll see that the first line is showing up instead of being executed like it's supposed to.
Any ideas on what I'm doing wrong? This is driving me insane
Thanks for any help,
Jennifer
AddHandler application/x-httpd-php .php .shtml .html .htm
I'm not sure why it's not working. I don't get an error message, it just doesn't call the .php code.
For example, view the code for the following page: http://www.pipsqueakboutique.com/Gif...p-1-c-324.html and you'll see that the first line is showing up instead of being executed like it's supposed to.
Any ideas on what I'm doing wrong? This is driving me insane
Thanks for any help,
Jennifer
Comment