CODE
# Change .html to .php
RewriteEngine on
RewriteBase /
#RewriteCond /www/m/mnwills/htdocs%{REQUEST_URI} !-f
RewriteCond /www/m/mnwills/htdocs/$1.php -f
RewriteRule ^/*(.*)\.html$ $1.php [R=301,L]
RewriteEngine on
RewriteBase /
#RewriteCond /www/m/mnwills/htdocs%{REQUEST_URI} !-f
RewriteCond /www/m/mnwills/htdocs/$1.php -f
RewriteRule ^/*(.*)\.html$ $1.php [R=301,L]
in my .htaccess file to take care of that problem. Well, with the dynamic templates for some reason, this doesn't work anymore. I have placed this code after some 301 redirects I have in the file and before the MT code that 3.121 added to my .htaccess. Is there any reason why this doesn't work? Is there a way to make this work? Or, if I have to, how do I modify MT to handle this?