chevereto伪静态做好之后总是500错误

搬瓦工机场JMS

大佬们帮看看,折腾了一天没弄好

  1. # Disable server signature
  2. ServerSignature Off
  3. # Disable directory listing (-indexes), Multiviews (-MultiViews) and enable Follow system links (+FollowSymLinks)
  4. Options -Indexes
  5. Options -MultiViews
  6. Options +FollowSymLinks
  7. <IfModule mod_rewrite.c>
  8.         RewriteEngine On
  9.         # If you have problems with the rewrite rules remove the "#" from the following RewriteBase line
  10.         # You will also have to change the path to reflect the path to your Chevereto installation
  11.         # If you are using alias is most likely that you will need this.
  12.         #RewriteBase /
  13.         # 404 images
  14.         # If you want to have your own fancy "image not found" image remove the "#" from RewriteCond and RewriteRule lines
  15.         # Make sure to apply the correct paths to reflect your current installation
  16.         RewriteCond %{REQUEST_FILENAME} !-f
  17.         RewriteRule images/.+\.(gif|jpe?g|png|bmp) – [NC,L,R=404]
  18.         #RewriteRule images/.+\.(gif|jpe?g|png|bmp) content/images/system/default/404.gif [NC,L]
  19.         RewriteCond %{REQUEST_FILENAME} !-f
  20.         RewriteCond %{REQUEST_FILENAME} !-d
  21.         RewriteCond %{REQUEST_URI} !\.(css|js|html|htm|rtf|rtx|svg|svgz|txt|xsd|xsl|xml|asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|exe|gif|gz|gzip|ico|jpe?g|jpe|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|swf|tar|tif|tiff|wav|wma|wri|xla|xls|xlsx|xlt|xlw|zip)$ [NC]
  22.         RewriteRule . index.php [L]
  23. </IfModule>

复制代码

河南网友:日狗了,3.10.14这个版本就是各种报错
福建网友:https://www.sqyai.com/post-748.html

这个版本是有什么问题么

未经允许不得转载:美国VPS_搬瓦工CN2 GIA VPS » chevereto伪静态做好之后总是500错误

赞 (0) 打赏

评论 0

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏