cuoicaicoi
-
hide .html with .htaccess not working - Please Help
@Rugg: Hi Rugg, I follow your code below RewriteCond %{THE_REQUEST} \ /(.+/)?index(.html)?(\?.*)?\ [NC] RewriteRule ^(.+/)?index(.html)?$ /%1 [R=301,L] RewriteCond %{ENV:REDIRECT_STATUS} ^$ RewriteRule ^(.+).html$ /$1 [R=301,L] RewriteCond %{SCR…