Add file type to apache


/ Published in: Apache
Save to your folder(s)



Copy this code and paste it in your HTML
  1. In httpd.conf:
  2. AddType application/x-httpd-php .[EXTENSION]
  3.  
  4. Or mime.type:
  5. application/x-httpd-php [EXTENSION]

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.