308 response code – redirection and messing with daemons…

This post is part of the “.htaccess redirection fun with mod_rewrite” series. The most useful feature of .htaccess and mod_rewrite, in the opinion of this author, is redirection. Redirection is identified to a browser by response code 308. By redirection we mean mapping any URI into any other URI. Response code 308 is the redirection… Continue reading 308 response code – redirection and messing with daemons…

response code 410 – It’s gone, son…

One of the pains of being a website administrator is securing the login to the administrative portion of your website. Ideally, the website tells someone other than the true administrator to bugger off in a nice way. What better way for that to happen than for the website to tell the visitor: “That login? It’s… Continue reading response code 410 – It’s gone, son…

.htaccess redirection fun with mod_rewrite

For the holidays, I decided to gift readers with a series of some useful but fun posts titled “.htaccess redirection fun with mod_rewrite“. The series is dedicated to the fun you can have with Apache redirection while keeping tight security of your website. Though not for the faint of heart, one can have fun toying… Continue reading .htaccess redirection fun with mod_rewrite