horsetags Posted August 19, 2006 Share Posted August 19, 2006 HiI am using the htaccess method with a rewrite rule - [code]RewriteRule ^(.+)\.htm$ $1.php?%{QUERY_STRING}RewriteRule ^(.+)\.html$ $1.php?%{QUERY_STRING} [NC][/code] at the moment, but saw somewhere a quote of a way that is supposedly better, but cannot get any info on it, searching the net.This is the bit of text someone sent me in an email, but then didn't explain themselves (it's a long story)[color=blue]just use an application statement and push all .html through the php engine then .html files work in php[/color]If anyone can point me to a place where i can read up about it (i'm no php programmer though, but i am learning to understand scripts, so can follow a tutorial pretty well)ThanksPaul Link to comment https://forums.phpfreaks.com/topic/18050-changing-php-to-html-without-htaccess/ Share on other sites More sharing options...
ShogunWarrior Posted August 19, 2006 Share Posted August 19, 2006 In a .htacces file:[code]AddType application/x-httpd-php .html .htm[/code] Link to comment https://forums.phpfreaks.com/topic/18050-changing-php-to-html-without-htaccess/#findComment-77342 Share on other sites More sharing options...
horsetags Posted August 19, 2006 Author Share Posted August 19, 2006 Thanks,i will read up about it (and use it!) now i know what it is.So much i don't know..............Thanks again Link to comment https://forums.phpfreaks.com/topic/18050-changing-php-to-html-without-htaccess/#findComment-77351 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.