pbootcms No input file specified.

帆 2024-04-28 0 阅读 0 评论

pbootcms No input file specified.

  html;toolbar:false">这个是本地的样式:

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

  修改

RewriteRule ^(.*)$ index.php?p=$1 [QSA,PT,L]

  改为:

RewriteRule ^(.*)$ index.php?$1 [QSA,PT,L]

  如果上面方式不行,可以换成另一个方式

  改为:

RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]

  如果还不行:

  就吧根目录.user.ini文件夹里面的内容删除,然后重新启动服务器

本文来源:重庆seo博客

本文地址:https://focusonseo.cn/pbootcms/13.html

文章声明:以上内容(如有图片或视频亦包括在内)除非注明,否则均为重庆seo博客原创文章,转载或复制请以超链接形式并注明出处。