www.legu.cc/.htaccess
2021-09-06 11:50:33 +08:00

7 lines
169 B
ApacheConf

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