RewriteGuide
  • Apache
  • IIS
  • NGINX
  • Tools
  • Resources
Select Page
Enforce Lower Case URLs (IIS) Force URLs to lowercase, especially important for SEO on Windows-based servers, which are case-insensitive.
Enforce Lower Case URLs (Apache) Force lowercase URLs, especially important for SEO on Windows-based servers, which are case-insensitive.
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'.
Enforce Lower Case URLs (NGINX) Force URLs to lowercase, very important for SEO to avoid duplicate content penalties in search engines.
Rewrite URL as Query String Parameters (Apache) Convert URL structure to query string parameters. Use to create SEO friendly URLs.
Rewrite URL as Query String Parameters (IIS) Create SEO friendly URLs by tokenizing the URL into query_string parameters.
SEO Friendly URLs in WordPress (IIS) Yes, you can run Wordpress in IIS and have SEO-friendly URLs.
Add/Remove Trailing Slash (Apache) Add or remove the trailing slash in URLs to enforce consistent URL structure, good for SEO.
Redirect Directories to Another Directory (IIS) Redirect all requests to one or more directories to another directory. Useful if restructuring content on a site.
12»
Privacy PolicyContact UsCopyright © 2022 RewriteGuide.com