Skip to content
Archive of posts tagged redirectmatch

This blog has a new domain name: ppadron.blog.br

Compared to the old address (ppadron.w3p.com.br), the new one (ppadron.blog.br) is easier to remember and more intuitive. If you happen to follow this blog, please update your RSS reader. The old address will still work though, thanks to Apache’s RedirectMatch directive. This is the .htaccess file at ppadron.w3p.com.br: RedirectMatch permanent (.*)$ http://ppadron.blog.br$1 This will redirect [...]