Files
sklzypan/public/.htaccess
T
2021-10-12 11:06:24 +08:00

7 lines
205 B
ApacheConf

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?s=/$1 [QSA,PT,L]
</IfModule>