Answers for "redirectsion using htaccess"

2

htaccess redirect to html page

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

how to redirect url using htaccess

# Redirect old file path to new file path
Redirect /olddirectory/oldfile.html http://example.com/newdirectory/newfile.html
Posted by: Guest on December-15-2021

Code answers related to "redirectsion using htaccess"

Browse Popular Code Answers by Language