.htaccess RewriteRules and Cheat Sheet
Hints for using .htaccess to redirect file, folders and queries If you’d like some background on .htaccess read this first: Overview of .htaccess OK, let’s dive in… Ensure once (and only once) you have this in your .htaccess file at the top: RewriteEngine on RewriteBase / Simple URL Redirect Simple redirect from one url (file) to … Read more