Merge branch 'release-2.140.115'
[feisty_meow.git] / production / example_apps / shared_calendar / webroot / .htaccess
diff --git a/production/example_apps/shared_calendar/webroot/.htaccess b/production/example_apps/shared_calendar/webroot/.htaccess
new file mode 100644 (file)
index 0000000..f5f2d63
--- /dev/null
@@ -0,0 +1,5 @@
+<IfModule mod_rewrite.c>
+    RewriteEngine On
+    RewriteCond %{REQUEST_FILENAME} !-f
+    RewriteRule ^ index.php [L]
+</IfModule>