ThinkPHP除去链接中的index.php

日期:2021-10-28 07:09:20 人气:1

ThinkPHP除去链接中的index.php

<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?s=$1 [QSA,PT,L]
</IfModule>
    A+
热门评论