redirect index.php to another page htaccess code example
Example 1: redirect from index.php
RewriteCond %{REQUEST_URI} /index.php
RewriteRule ^(.*)$ http://site.ru/ [R=301,L]
Example 2: htaccess redirect to html page
RedirectMatch 301 ^/blog/about /blog/about.html