CodingForums.com
>
:: Server side development
>
PHP
> Htaccess And Php Parsing
PDA
View Full Version :
Htaccess And Php Parsing
Dalziel
03-27-2003, 05:15 PM
is there any way of using .htaccess to make the server parse .html files for PHP scripts as well as .php files?
Spookster
03-27-2003, 05:51 PM
Yes. Put this line in your .htaccess file:
AddType application/x-httpd-php .php .html
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.