美文网首页
yii 隐藏index.php

yii 隐藏index.php

作者: 全栈coder | 来源:发表于2018-11-22 16:02 被阅读11次

    web目录下加.htaccess文件

    RewriteEngine on

    if a directory or a file exists, use it directly

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d

    otherwise forward it to index.php

    RewriteRule . index.php

    相关文章

      网友评论

          本文标题:yii 隐藏index.php

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