Files
dyzulk-apps/.htaccess
2023-09-22 02:07:36 +07:00

5 lines
125 B
ApacheConf

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]