0
0
0

xiunobbs4.0,4.07版本合集

lande
2小时前 120

使用
使用请下载发布版,集成较少插件。数据库请采用utf8mb4,安装完成后,请删除install目录。 插件和主题,直接上传到plugin目录中,后台插件中心开启。

伪静态
后台设置开启伪静态,添加对应的伪静态规则。

Apache伪静态:

  • <IfModule mod_rewrite.c>
  • RewriteEngine on
  •  
  • # Apache 2.4
  • RewriteCond %{REQUEST_FILENAME} !-d
  • RewriteCond %{REQUEST_FILENAME} !-f
  • RewriteRule ^(.*?)( [^/]*)$ $1index.php?$2 [QSA,PT,L]
  •  
  • # Apache other
  • #RewriteRule ^(.*?)( [^/]*)\.htm(.*)$ $1/index.php?$2.htm$3 [L]
  • </IfModule>
Markup
 

Nginx伪静态:

  • location ~* \.(htm)$ {
  •  
  • rewrite "^(.*)/(.+?).htm(.*?)$" $1/index.php?$2.htm$3 last;
  •  
  • }
Markup
 

Caddy伪静态(Caddyfile演示):

 
  • www.yourdomain.com
  •  
  • # Set this path to your site's directory.
  • root * /var/www
  •  
  • file_server
  •  
  • # Or serve a PHP site through php-fpm:
  • php_fastcgi localhost:9000
 

xiunobbs4.0

您好,本帖含有隐藏内容,请回复后再查看。

您好,本帖含有隐藏内容,请回复后再查看。

xiunobbs4.07

您好,本帖含有隐藏内容,请回复后再查看。

您好,本帖含有隐藏内容,请回复后再查看。

xiunobbs4.04(支持php8.0)

您好,本帖含有隐藏内容,请回复后再查看。

您好,本帖含有隐藏内容,请回复后再查看。

xiunobbs4.1

您好,本帖含有隐藏内容,请回复后再查看。

您好,本帖含有隐藏内容,请回复后再查看。

请先登录后发表评论!

最新回复 (0)

    暂无评论

返回