Answers for "redirect htaccess page to page"

1

https redirect htaccess

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Posted by: Guest on November-03-2021
2

htaccess redirect to html page

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

Code answers related to "redirect htaccess page to page"

Browse Popular Code Answers by Language