CardinalQuest
01-30-2011, 11:33 PM
The following in my HTACCESS;
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^(.*)\.htm$ $1.php [nc]
blocks HTM files from loading, anyway to fix this ?
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^(.*)\.htm$ $1.php [nc]
blocks HTM files from loading, anyway to fix this ?