D dyear20 Active Member 260 2008 0 0 May 5, 2010 #1 is there a way to convert php to html your posts on your forum without installing vbseo?
D desiboy Active Member 1,544 2008 7 0 May 5, 2010 #2 very crude way of doing in .htaccess PHP: RewriteEngine on RewriteBase / RewriteRule ^(.*)\.html$ $1.php [L]
very crude way of doing in .htaccess PHP: RewriteEngine on RewriteBase / RewriteRule ^(.*)\.html$ $1.php [L]