文件名称:fan团购系统商业版团购系统
文件大小:28.06MB
文件格式:RAR
更新时间:2016-10-18 08:57:14
编程源代码
最新(商业破解版-去域名限制)全新安装包〓 1、解压:方维3.8去域名限制fanwe_v3.8.rar 2、上传压缩包文件fanwe_v3.8内所以文件至FTP网站根目录。 3、执行http://你的网址/install.php,完成安装向导。 4、检查是否已经安装到方维v3.8最新版本。http://你的网址/update 升级文件。提示:(数据库已经是最新版本)。那么恭喜你,V3.8安装成功! 5、后台管理地址http://你的网址/admin.php,管理帐号和密码都是:fanwe 6、如果提示“使用的域名受限制”将压缩包内的FanweAction.class.php文件覆盖至\admin\Lib\Action路径下,然后在从新打开http://你的网址/admin.php,管理帐号和密码都是:fanwe。 7、系统内带 N个风格 在后台——“系统设置”——“网站设置”内直接选择。 8、如果要备份数据建议使用:帝国备份。 nginx修改办法: 问题描述: 把apache这重写规则转化成支持nginx格式 nginx配置文件位置 E:\server\nginx\conf\nginx.conf nginx没有开启.htaccess文件的支持 如果要规则要写在E:\server\nginx\conf\nginx.conf文件中 修改完成规则测试网站各个功能是否齐全 然后重启nginx E:\server目录下 nginx_stop.cmd \\停止文件 nginx_start.cmd \\启动文件 nginx重写规则例如: rewrite ^/index.html$ /index.php last; rewrite ^(.*)/Index.html$ $1/index.php last; rewrite ^(.*)/(\w+)$ $1/index.php?m=Index&a=index&cityname=$2 last; rewrite ^(.*)/c.html(.*)$ $1/index.php?m=Goods&a=index$2 last; rewrite ^(.*)/c-sc-1.html(.*)$ $1/index.php?m=Goods&a=index&sc=1$2 last; rewrite ^(.*)/c-([0-9]+)(.*).html(.*)$ $1/index.php?m=Goods&a=index&id=$2$4 last; rewrite ^(.*)/gi-(.*)-sc-1.html(.*)$ $1/index.php?m=Goods&a=index&py=$2&sc=1$3 last; rewrite ^(.*)/go-(.*)-sc-1.html(.*)$ $1/index\.php?m=Goods&a=other&py=$2&sc=1$3 last; rewrite ^(.*)/ai-(.*)-sc-1.html(.*)$ $1/index\.php?m=Advance&a=index&py=$2&sc=1$3 last; rewrite ^(.*)/gi-(.*)(.*).html(.*)$ $1/index.php?m=Goods&a=index&py=$2$4 last; rewrite ^(.*)/go-(.*)(.*).html(.*)$ $1/index.php?m=Goods&a=other&py=$2$4 last; rewrite ^(.*)/ai-(.*)(.*).html(.*)$ $1/index.php?m=Advance&a=index&py=$2$4 last; rewrite ^(.*)/ac.html$ $1/index.php?m=Article&a=index last; rewrite ^(.*)/ac-([0-9]+)(.*).html(.*)$ $1/index\.php?m=Article&a=index&id=$2$4 last; rewrite ^(.*)/Rss-(.*).html$ $1/index.php?m=Rss&a=index&cityname=$2 last; rewrite ^(.*)/tg-([0-9]+).html(.*)$ $1/index.php?m=Goods&a=show&id=$2$3 last; rewrite ^(.*)/tg-([0-9]+)-ru-([0-9]+).html$ $1/index.php?m=Goods&a=show&id=$2&ru=$3 last; rewrite ^(.*)/tg-([0-9]+)-(\w+)-(\w+).html(.*)$ $1/index\.php?m=Goods&a=show&id=$2&$2=$4&$5 last; rewrite ^(.*)/tg-([0-9]+)-(\w+)-(\w+)-(\w+)-(\w+).html(.*)$ $1/index.php?m=Goods&a=show&id=$2&$3=$4&$5=$6&$7 last; rewrite ^(.*)/wz-([0-9]+)(.*).html(.*)$ $1/index.php?m=Article&a=show&id=$2$4 last; rewrite ^(.*)/z-(\w+)(.*).html(.*)$ $1/index.php?m=Index&a=index&cityname=$2$4 last; rewrite ^(.*)/sp.html$ $1/index.php?m=Suppliers&a=index last; rewrite ^(.*)/a-(\w+)(.*).html(.*)$ $1/index.php?m=Article&a=showByUname&uname=$2$4 last; rewrite ^(.*)/g-(\w+)(.*).html(.*)$ $1/index.php?m=Goods&a=showByUname&uname=$2$4 last; rewrite ^(.*)/Goods-(\w+)-keywords-([^\-.]*)\.html(.*)$ $1\/index\.php\?m=Goods&a=$2&keywords=$3$4 last; rewrite ^(.*)/Goods-(\w+)-keywords-([^\-.]*)-p-(\w+)\.html(.*)$ $1\/index\.php\?m=Goods&a=$2&keywords=$3&p=$4$5 last; rewrite ^(.*)/Goods-(\w+)-sc-1-keywords-([^\-.]*)-p-(\w+)\.html(.*)$ $1\/index\.php\?m=Goods&a=$2&keywords=$3&p=$4&sc=1$5 last; rewrite ^(.*)/Goods-(\w+)-sc-1-id-(\w+)-keywords-([^\-.]*)-p-(\w+)\.html(.*)$ $1\/index\.php\?m=Goods&a=$2&id=$3&keywords=$4&p=$5&sc=1$6 last; rewrite ^(.*)/(\w+)-(\w+).html(.*)$ $1/index.php?m=$2&a=$3$4 last; rewrite ^(.*)/(\w+)-(\w+)-(\w+).html(.*)$ $1/index.php?m=$2&a=$3&$4$5 last; rewrite ^(.*)/(\w+)-(\w+)-(\w+)-(\w+).html(.*)$ $1/index.php?m=$2&a=$3&$4=$5$6 last; rewrite ^(.*)/(\w+)-(\w+)-(\w+)-(\w+)-(\w+)-(\w+).html(.*)$ $1/index.php?m=$2&a=$3&$4=$5&$6=$7$8 last; rewrite ^(.*)/(\w+)-(\w+)-(\w+)-(\w+)-(\w+)-(\w+)-(\w+)-(\w+).html(.*)$ $1/index.php?m=$2&a=$3&$4=$5&$6=$7&$8=$9$10 last; rewrite ^(.*)/(\w+)-(\w+)-(\w+)-(\w+)-(\w+)-(\w+)-(\w+)-(\w+)-(\w+)-(\w+).html(.*)$ $1/index.php?m=$2&a=$3&$4=$5&$6=$7&$8=$9&$10=$11$12 last; rewrite ^(.*)/(\w+)-(\w+)-(\w+)-(\w+)-(\w+)-(\w+)-(\w+)-(\w+)-(\w+)-(\w+)-(\w+)-(\w+).html(.*)$ $1/index.php?m=$2&a=$3&$4=$5&$6=$7&$8=$9&$10=$17&$12=$13$114 last; rewrite ^(.*)/(\w+)-(\w+)-(\w+)-(\w+)-(\w+)-(\w+)-(\w+)-(\w+)-(\w+)-(\w+)-(\w+)-(\w+)-(\w+)-(\w+).html(.*)$ $1/index.php?m=$2&a=$3&$4=$5&$6=$7&$8=$9&$10=$11&$12=$13&$14=$15$16 last; ------------------------------------------------------------