From 194ed894eb68388350540b7816ce879dd6950037 Mon Sep 17 00:00:00 2001 From: Naufal Hakim Date: Tue, 20 Oct 2020 15:39:14 +0700 Subject: [PATCH] Update .htaccess --- .htaccess | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index fa68fef..e824ed1 100644 --- a/.htaccess +++ b/.htaccess @@ -1,13 +1,12 @@ # Disable directory browsing Options All -Indexes - RewriteEngine On +RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-s RewriteRule ^(.*)$ index.php/$1 [L] - php_value upload_max_filesize 128M php_value post_max_size 128M