Answers for "htaccess redirect with %"

2

htaccess redirect to html page

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

Redirect request .htaccess

["host"] =~ "^mydomain\.name"
                {
                    url.redirect = ( "^/(.*)" => "http://www.another-domain.name/1" )
                }
Posted by: Guest on August-30-2021

Browse Popular Code Answers by Language