Created
June 24, 2011 20:35
-
-
Save tjboudreaux/1045629 to your computer and use it in GitHub Desktop.
Kubed Sitemaps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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