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;

}

猜你喜欢

  • location / { index  index.html index.htm index.php; try_files $uri $uri/ /rewrite.php?$args; }

    ICMS2021-10-09
  • <script> //获取当前访问的完整地址 var url =  window.location.href;  //通过indexOf方法,检索字符串值 if(url.indexOf('域名1') > 0){       //输出内容1

    部分JS效果2021-10-19
  • //屏蔽右键菜单 document.oncontextmenu = function(event) {   if (window.event) {     event = window.event;   }   try {     var the = event.srcElement;     if (! ((the.tagName == "INPUT" && the.type.toLowerCase() == "text") || the.tagName == "TEXTAREA")) {

    部分JS效果2021-10-20
  • 网站首页链接:{SITE_URL} 网站名称:{SITE_NAME} 模板调用:{template "文件.html"} 当前页地址:{$my_web_url} 友情链接:{php $mval = dr_site_value('yqlj');}{loop $mval $v} <a href="{$v[2]}" target="_blank">{$v[1]}</a> {/loop}

    迅睿CMS2022-04-15
  • 1、创建目标list_data.html专门用来写栏目分页循环标签的目标文件 {module catid=$catid order=updatetime page=1} <div class="article-list>     <a href="{$t.url}">

    迅睿CMS2022-04-15