PHP共12篇

XiunoBBS静态化规则

XiunoBBS 只需要一条规则: 将 *.htm* 转发到 index.php?*.htm* 即可。 Xiuno BBS 4.0 需要编辑 conf/conf.php 编辑 'url_rewrite_on'=>1, 清空 tmp 目录 Nginx: 打开 nginx 配置文件 /usr/...
在路上的头像-THE FREE SKY在路上3月8日 10:35
02900

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_...
Burn的头像-THE FREE SKYBurn3月18日 18:44
04310

html5视频文件防止下载

1、 $('#videoID').bind('contextmenu',function() { return false; }); 2、 <style type='text/css'>     video::-webkit-media-controls-enclosure {         overflow:hidden; ...
南海十三郎的头像-THE FREE SKY南海十三郎3月6日 00:56
03890

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){...
在路上的头像-THE FREE SKY在路上3月4日 02:37
06007

BeDesk Nginx静态化規則

 location / {         try_files $uri $uri/ /index.php?$query_string;     } 或者 if (!-d $request_filename){ set $rule_0 1$rule_0; } if ($rule_0 =...
在路上的头像-THE FREE SKY在路上2月24日 17:17
04900

图片自适应浏览器大小

<center><img src='https://xxx.com/banner.jpg' class='img-responsive' alt='TOP'></a></center></br> 通过添加 img-responsive class 可以让 Bootstrap 3 中...
俺是农村的い俺家有地的头像-THE FREE SKY俺是农村的い俺家有地7月30日 20:26
05930

PHP米表源码

1、鲨鱼米表 下载地址:http://888.yumingmaimai.com/mibiao/sharknames-free.zip 演示地址:http://888.yumingmaimai.com/free/ 2、简易米表 下载地址:http://dl.occamx.com/occamx_jjmb_2019...
壹朵奇葩向陽開的头像-THE FREE SKY壹朵奇葩向陽開1月13日 23:05
07420