XiunoBBS静态化规则
XiunoBBS 只需要一条规则: 将 *.htm* 转发到 index.php?*.htm* 即可。 Xiuno BBS 4.0 需要编辑 conf/conf.php 编辑 'url_rewrite_on'=>1, 清空 tmp 目录 Nginx: 打开 nginx 配置文件 /usr/...
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_...
html5视频文件防止下载
1、 $('#videoID').bind('contextmenu',function() { return false; }); 2、 <style type='text/css'> video::-webkit-media-controls-enclosure { overflow:hidden; ...
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){...
BeDesk Nginx静态化規則
location / { try_files $uri $uri/ /index.php?$query_string; } 或者 if (!-d $request_filename){ set $rule_0 1$rule_0; } if ($rule_0 =...
图片自适应浏览器大小
<center><img src='https://xxx.com/banner.jpg' class='img-responsive' alt='TOP'></a></center></br> 通过添加 img-responsive class 可以让 Bootstrap 3 中...
PHP米表源码
1、鲨鱼米表 下载地址:http://888.yumingmaimai.com/mibiao/sharknames-free.zip 演示地址:http://888.yumingmaimai.com/free/ 2、简易米表 下载地址:http://dl.occamx.com/occamx_jjmb_2019...