Answers for ".htacess to redirect index.php to inex.html"

PHP
2

redirect from index.php

RewriteCond %{REQUEST_URI} /index.php
RewriteRule ^(.*)$ http://site.ru/ [R=301,L]
Posted by: Guest on November-26-2020

Code answers related to ".htacess to redirect index.php to inex.html"

Browse Popular Code Answers by Language