panti_asuhan_backend/.htaccess

7 lines
189 B
ApacheConf
Executable File

RewriteEngine on
RewriteBase /panti_asuhan/
# RewriteCond $1 !^(index\.php)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]