Skip to content
Snippets Groups Projects
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