Skip to content

Instantly share code, notes, and snippets.

@tjboudreaux
Created June 24, 2011 20:35
Show Gist options
  • Select an option

  • Save tjboudreaux/1045629 to your computer and use it in GitHub Desktop.

Select an option

Save tjboudreaux/1045629 to your computer and use it in GitHub Desktop.
Kubed Sitemaps
# Rewrite sitemap.xml to the appropriate action
RewriteRule ^sitemap.xml$ /mod_site/public/google-sitemap
# Send all other requests to the Zend Framework dispatch script
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* /index.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment