Permanently Redirect Entire Directory (Apache) Redirect an entire directory to another location. Useful when restructuring a website.
Redirect Default Document to Directory (Apache) Redirect all requests to default documents to their parent directory URL. Important SEO tactic to avoid duplicate content penalties.
Redirect All HTTP Requests To HTTPS (Apache) Redirect all non-secure (HTTP) requests to use a secure (HTTPS) connection.
Serve Images from New Directory (Apache) Serve images from a new directory, whether by rewrite or redirect.
Canonicalize Host – Add/Remove www (Apache) Canonicalize host names by either prepending www or explicitly omitting it from the domain name.
Whitelist/Blacklist IP Addresses (Apache) Allow or deny requests based upon the requesting IP address. Useful when a site is under maintenance or to block repeat offenders.