美文网首页
ThinkPhp请求报错 No Input Special.

ThinkPhp请求报错 No Input Special.

作者: sun_wenming | 来源:发表于2017-11-10 15:22 被阅读0次

    在项目目录下的, public 目录 的 .htaccess 文件, 修改为如下

    <IfModule mod_rewrite.c>
      Options +FollowSymlinks -Multiviews
      RewriteEngine On
    
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteCond %{REQUEST_FILENAME} !-f
    #  RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
      RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]
    </IfModule>
    
    

    相关文章

      网友评论

          本文标题:ThinkPhp请求报错 No Input Special.

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