Answers for "htaccess redirect based on link"

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

Browse Popular Code Answers by Language