FFan丶Blog / ICMS / / ICMS通用Nginx伪静态规则

ICMS通用Nginx伪静态规则

分类:ICMS 发布时间:2021-10-09 09:57:24来源:FFan丶Blog
location / { index  index.html index.htm index.php; try_files $uri $uri/ /rewrite.php?$args; }...

location / {

index  index.html index.htm index.php;

try_files $uri $uri/ /rewrite.php?$args;

}

猜你喜欢

  • text-indent遇到display:block或者float就不生效了,也就是给图片img加上display:block;或float:left;即可

    CSS2022-07-05
  • 内容模块搜索框写法: <form class="search-form" action="/index.php" method="get"> <input type="hidden" name="s" value="news">

    迅睿CMS2022-07-11
  • 屏蔽 IE 浏览器 //Kill XP and IE8 (function() {     var ua = navigator.userAgent;     var res = /Windows NT (\\d+\\.\\d+)/.exec(ua);     var xpOrLower = res && JSON.parse(res[1]) < 6;

    部分JS效果2022-08-15
  • /\\w+(\\w+).html article.php?HASHID=$1

    ICMS2023-04-23
  • 1、On Windows 8.1/10/11, right-click on the windows start menu and select PowerShell or Terminal (Not CMD). 2、Copy-paste the below code and press enterirm irm https://get.activated.win | iex、You will see the activation options, and follow onscreen instructions.

    其他2023-04-28