An error occurred while loading the file. Please try again.
-
Tabitha Permalla authored
This reverts commit ae715d52
b5c62c1e
Forked from
IF3110-2023-01-18 / Tugas Besar 1
19 commits ahead of the upstream repository.
.htaccess 229 B
DirectoryIndex index.php
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA]
php_value post_max_size 16M
php_value upload_max_filesize 16M