get ready for pretty url

This commit is contained in:
Ibnu Maksum
2024-08-14 16:54:14 +07:00
parent 68959b5a2e
commit b4a37a4722
8 changed files with 62 additions and 50 deletions

View File

@ -11,4 +11,12 @@
<Files update.php>
Order Allow,Deny
Allow from all
</Files>
</Files>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d
RewriteRule ^(.*)$ index.php [QSA,L]