X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=production%2Fexample_apps%2Fshared_calendar%2Fwebroot%2F.htaccess;fp=production%2Fexample_apps%2Fshared_calendar%2Fwebroot%2F.htaccess;h=f5f2d631cd0b27f13ca74bcc1293b126834c30ca;hb=34d1cb2e8687b826357db1d3821bf9e05cf6f13d;hp=0000000000000000000000000000000000000000;hpb=21f30bb859e6c15393e23ac0e5ef417b82f628a5;p=feisty_meow.git diff --git a/production/example_apps/shared_calendar/webroot/.htaccess b/production/example_apps/shared_calendar/webroot/.htaccess new file mode 100644 index 00000000..f5f2d631 --- /dev/null +++ b/production/example_apps/shared_calendar/webroot/.htaccess @@ -0,0 +1,5 @@ + + RewriteEngine On + RewriteCond %{REQUEST_FILENAME} !-f + RewriteRule ^ index.php [L] +