diff --git a/public/.htaccess b/public/.htaccess deleted file mode 100644 index a82a91f..0000000 --- a/public/.htaccess +++ /dev/null @@ -1,12 +0,0 @@ -# use mod_rewrite for pretty URL support -RewriteEngine on - -# if $showScriptName is false in UrlManager, do not allow accessing URLs with script name -RewriteRule ^index.php/ - [L,R=404] - -# If a directory or a file exists, use the request directly -RewriteCond %{REQUEST_FILENAME} !-f -RewriteCond %{REQUEST_FILENAME} !-d - -# Otherwise forward the request to index.php -RewriteRule . index.php