yashrs Posted May 20, 2014 Posted May 20, 2014 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.
yashrs Posted May 20, 2014 Author Posted May 20, 2014 That worked like a charm !! Thank you very much..
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now