Files
juipphp/.htaccess

5 lines
121 B
ApacheConf
Raw Normal View History

2020-10-05 13:43:53 +08:00
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1