Possible solutions of your questions

  hosting
<< Previous       .htaccess

Question: Good afternoon.Tell me what you need to register the file .htaccess to the html pages started to be executed from php scripts.Thanks in advance
Answer:

Hello.

http://erahost.ru/faq.php

Tell me how to make html files be processed as php?
answer the question
Code .htaccess add the line AddHandler application/x-httpd-php .htm .html

or

AddHandler application/x-httpd-php5 .htm .html

(depends on server settings)


<< Previous