thinkphp5 apache htaccess配置文件重写

<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine On

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

posted @ 2019-06-26 09:03  大雨大雨大雨  阅读(1354)  评论(0编辑  收藏  举报