0

How do I edit my .htaccess file using mod_fcgid to turn .html files to act as .php

I tried:

AddHandler fastcgi-script .html

Did not work. I am using cpanel and using php 5.3 and apache 2.2.

Nikki Wilson
  • 101
  • 1
  • 7

1 Answers1

1

yes that directive is correct, but you have to add that directive to the .htaccess in any directory, or in alternative you can add it in your httpd.conf file. Ensure that the module is loaded with a2enmod command

0wn3r
  • 846
  • 1
  • 8
  • 21