Atheists Understanding for Sloppy of Cuts and Sticks

Gonzilla Posthaste Cardboard

Your Name*:
Your Organization:
Your Contact Phone(s)*:
Good times to phone you:
Your Email Address*:
Dates and times you would you like a speaker:
What would you like the speaker to talk about:
What does your organization do:
Location you would like talk to be given at:
Any other comments:
Home Contact Us Upcoming
Events
Past
Events
Join
Email List
Membership Donations Request
Speaker
Take
Action
Facebook Meetup Links

Email Add Press Release Email Add Newsletter Email View Members Add Meetings Edit Meetings Add One Newsletter Email Address Remove Newsletter Email Remove Press Release Email Download Excel Files Tools

Allowing .html files to execute PHP code

To allow .html files to execute PHP code all you have to do is add these lines to your .htaccess file:
AddHandler application/x-httpd-php .html .htm
AddType application/x-httpd-php .html .htm
I don't think both of them are required. I only added one of the above lines to my .htaccess file and I got the PHP code in my .html files to execute.

Allowing .html files to execute PHP code

To allow .html files to execute PHP code all you have to do is add these lines to your .htaccess file:
AddHandler application/x-httpd-php .html .htm
AddType application/x-httpd-php .html .htm
I don't think both of them are required. I only added one of the above lines to my .htaccess file and I got the PHP code in my .html files to execute.

Allowing .html files to execute PHP code

To allow .html files to execute PHP code all you have to do is add these lines to your .htaccess file:
AddHandler application/x-httpd-php .html .htm
AddType application/x-httpd-php .html .htm
I don't think both of them are required. I only added one of the above lines to my .htaccess file and I got the PHP code in my .html files to execute.