Jump to content

Recommended Posts

Posted

I want to execute some php on html pages.

Already tried this:- ( doesn't work )

AddType application/x-httpd-php htm html

AddHandler application/x-httpd-php .html

<FilesMatch "\.html$">
   SetHandler application/x-httpd-php
</FilesMatch>

 

Let me know if anybody has some idea to get this running.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...