Tag Archive

PHP Redirect – flexible and even scripted redirection

Published on August 30, 2008 By George

Generally speaking I prefer 301/302 redirects in .htaccess because I find on a domain-wide basis they are easier to manage since all redirects are in one handy file. Sometimes, though, redirection with PHP is a better fit, and since I’ve not remembered to add this little bit to my Dreamweaver Snippets, I thought maybe someone [...]