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. Quote
yashrs Posted May 20, 2014 Author Posted May 20, 2014 That worked like a charm !! Thank you very much.. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.