diff --git a/public/.htaccess.vm b/public/.htaccess.vm new file mode 100644 index 0000000..211bcbc --- /dev/null +++ b/public/.htaccess.vm @@ -0,0 +1,8 @@ +SetEnv APPLICATION_ENV development +RewriteEngine On +RewriteBase /msd +RewriteCond %{REQUEST_FILENAME} -s [OR] +RewriteCond %{REQUEST_FILENAME} -l [OR] +RewriteCond %{REQUEST_FILENAME} -d +RewriteRule ^.*$ - [NC,L] +RewriteRule ^.*$ index.php [NC,L]