美文网首页
phpstudy中的tp5伪静态

phpstudy中的tp5伪静态

作者: Mracale | 来源:发表于2022-07-03 11:34 被阅读0次
    <IfModule mod_rewrite.c>
    Options +FollowSymlinks -Multiviews
    RewriteEngine on
    
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
    </IfModule>
    

    相关文章

      网友评论

          本文标题:phpstudy中的tp5伪静态

          本文链接:https://www.haomeiwen.com/subject/cfblbrtx.html