Enable/Disable Directory Browsing (IIS) Turn directory browsing on or off. Can prove useful during development.
Serve Images from New Directory (Apache) Serve images from a new directory, whether by rewrite or redirect.
Redirect Default Document to Directory (IIS) Redirect all requests to a default document to its parent directory URL. Important SEO tactic to avoid duplicate content penalties.
Redirect Default Document to Directory (NGINX) Redirect all requests to a default document to the parent directory URL. Important SEO tactic to avoid duplicate content penalties.
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 Directories to Another Directory (IIS) Redirect all requests to one or more directories to another directory. Useful if restructuring content on a site.
Permanently Redirect Entire Directory (Apache) Redirect an entire directory to another location. Useful when restructuring a website.
Add Caching for Static Assets (IIS) Increase performance and reduce bandwidth use by adding caching directives that browsers will use to cache static assets client side.
Remove File Extensions From URLs (Apache) Simplify URLs slightly by removing file extensions. Used to tidy up URLs a bit, not to 'cloak the technology in use'.
Remove File Extensions From URLs (NGINX) Clean up the appearance of URLs slightly by removing file extensions. Used to tidy up URLs a bit, not to 'cloak the technology in use'.