cached redirect

If you wonder why your browser redirects you from your local development URL to your live URL – it’s probably because you had your local apache redirect to your live URL (since you forgot to strip the lines from your dev .htaccess or whatsoever) and your browser has cached that redirect. So if you removed… Continue reading cached redirect