站长亲测环境
安装方法
上传压缩包内的 www 文件至主机根目录,访问绑定的站点域名后自动跳转到安装界面
伪静态配置
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?s=/$1 [QSA,PT,L]
</IfModule>
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
<?xml version="1.0" encoding="UTF-8"?>
<rules>
<rule name="模板团伪静态规则" stopProcessing="true">
<match url="^(.*)$" ignoreCase="false" />
<conditions logicalGrouping="MatchAll">
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
</conditions>
<action type="Rewrite" url="index.php?s=/{R:1}" appendQueryString="true" />
</rule>
</rules>
亲,点击立即下载按钮就可以下载了,未登录状态会弹出登录框,您通过QQ或微信快捷登录后点击购买即可,支付成功后就可以下载
这个软件怎么购买不了
感谢亲的认可,有什么不明白的随时咨询我们的客服!
这套模板很大气,功能太强大了,还在摸索中