Skip to content

Commit

Permalink
Update .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
manh21 committed Oct 20, 2020
1 parent 9113b05 commit 194ed89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Disable directory browsing
Options All -Indexes

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>

php_value upload_max_filesize 128M
php_value post_max_size 128M
Expand Down

0 comments on commit 194ed89

Please sign in to comment.