/ Published in: Apache
For WordPress, put this code at the top of your .htaccess file. Make sure it's above the WordPress-generated rewrite section.
Expand |
Embed | Plain Text
RewriteEngine On RewriteBase / RewriteRule ^index\.html?$ / [NC,R,L]
Comments
Subscribe to comments
You need to login to post a comment.

Will this only work for Wordpress? If not, what is the modification for it work on other types of sites.
This code is working perfect for my wordpress site. Thanks a lot.
Cheeres