Answers for "redirect index.php to another page htaccess"

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
1

htaccess redirect to html page

RedirectMatch 301 ^/blog/about /blog/about.html
Posted by: Guest on December-03-2020

Code answers related to "redirect index.php to another page htaccess"

Browse Popular Code Answers by Language