Difference between revisions of "Redirect recommendations"
Your guide to pathway services
Line 13: | Line 13: | ||
When redirecting subdirectories to a website, specify the subdirectory or the path to the subdirectory relative to the document root. | When redirecting subdirectories to a website, specify the subdirectory or the path to the subdirectory relative to the document root. | ||
− | Begin the path with a slash ('''/''') and end with a trailing slash ('''\'''(E.g. s'''/'''''subdirectory/anothersubdirectory'''''/'''1) | + | Begin the path with a slash ('''/''') and end with a trailing slash ('''\''') (E.g. s'''/'''''subdirectory/anothersubdirectory'''''/'''1) |
Revision as of 11:06, 5 February 2014
Use R and L flags for URL redirects. For directory redirect use L flags.
Redirecting URLs:
Always include a trailing slash ( / ) for URL redirect: www.example.com/
Redirecting sub-directories:
When redirecting subdirectories to a website, specify the subdirectory or the path to the subdirectory relative to the document root.
Begin the path with a slash (/) and end with a trailing slash (\) (E.g. s/subdirectory/anothersubdirectory/1)