adding example apps, fixing powerup issues
[feisty_meow.git] / production / example_apps / shared_calendar / webroot / .htaccess
1 <IfModule mod_rewrite.c>
2     RewriteEngine On
3     RewriteCond %{REQUEST_FILENAME} !-f
4     RewriteRule ^ index.php [L]
5 </IfModule>