qlg.tsgz.moe/.htaccess
2019-09-06 23:53:10 +08:00

9 lines
219 B
ApacheConf
Executable File

<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]
</IfModule>