-
XiunoBBS静态化规则
XiunoBBS 只需要一条规则: 将 *.htm* 转发到 index.php?*.htm* 即可。 Xiuno BBS 4.0 需要编辑 conf/conf.php 编辑 'url_rewrite_on'=>1, 清空 tmp 目录 Nginx: 打开 nginx 配置文件 /usr/local/nginx/conf/nginx.conf 找到对应的虚拟主机配置处,追...- 296
- 0
-
Xenforo Nginx Apache 靜態化
location ~ \.php$ { try_files $uri =404; include /etc/nginx/fastcgi_params; fastcgi_pass unix:/run/php/php7.0-fpm.sock; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; } location /co...- 447
- 0
-
html5视频文件防止下载
1、 $('#videoID').bind('contextmenu',function() { return false; }); 2、 <style type="text/css"> video::-webkit-media-controls-enclosure { overflow:hidden;...- 393
- 0
-
Chevereto Nginx 伪静态规则
location / { if (-f $request_filename/index.html){ rewrite (.*) $1/index.html break; } if (-f $request_filename/index.php){ rewrite (.*) $1/index.php; } if (!-f $request_filename){ rewrite (.*) /index...- 649
- 0
-
BeDesk Nginx静态化規則
location / { try_files $uri $uri/ /index.php?$query_string; } 或者 if (!-d $request_filename){ set $rule_0 1$rule_0; } if ($rule_0 = "1"){ rewri...- 501
- 0
-
图片自适应浏览器大小
<center><img src="https://xxx.com/banner.jpg" class="img-responsive" alt="TOP"></a></center></br> 通过添加 img-responsive class 可以让 Bootstrap 3 ...- 597
- 0
❯
搜索
掃碼打開當前頁
返回頁首
幸運之星正在降臨...
點擊領取今天的簽到獎勵!
恭喜!您今天獲得了{{mission.data.mission.credit}}積分
我的優惠劵
-
¥優惠劵使用時效:無法使用使用時效:
之前
使用時效:永久有效優惠劵ID:×
沒有優惠劵可用!