Skip to content

Instantly share code, notes, and snippets.

@thomaspuppe
Created January 4, 2013 16:45
Show Gist options
  • Save thomaspuppe/4454011 to your computer and use it in GitHub Desktop.
Save thomaspuppe/4454011 to your computer and use it in GitHub Desktop.
Redirect of a certain path in .htaccess
# Redirect auf Sitemap (extern, Weiterleitung)
RewriteRule sitemap.xml$ /index.php?eID=dd_googlesitemap [L,Redirect=permanent]
# Redirect auf Sitemap (intern, Auslieferung)
RewriteRule ^sitemap\.xml$ index.php?eID=dd_googlesitemap [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment