This commit is contained in:
Al Azhar
2020-01-09 00:57:57 +07:00
commit cec9b2ac4e
2001 changed files with 205284 additions and 0 deletions

6
.htaccess Normal file
View File

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