欢迎您光临最爱源码网,本站秉承服务宗旨 履行“站长”责任,销售只是起点 服务永无止境!

仿欧维导航系统源码站长导航系统源码|网站导航源码

网站源码介绍

仿欧维导航系统源码站长导航系统源码|网站导航源码是一款优秀的网站导航系统

安装环境

宝塔Nginx -Tengine2.2.3的php5.5+mysql
先导入数据库文件db/db.sql
再修改config.php数据库配置
然后服务器设置好伪静态规则
访问网站OK
后台是:你的域名/admin/login.php 账号:admin 密码:qqqqqq

登录修改网站基本信息

文件附件里有伪静态规则

若修改整体站点颜色修改templates/antidote/css/style.css

Nginx伪静态规则
rewrite ^/index.html$ /index.php;

rewrite ^/about.html$ /about.php;
rewrite ^/search.html$ /search.php;
rewrite ^/apply.html$ /apply.php;
rewrite ^/404.html$ /404.php;
rewrite ^/sort([1-9]+[0-9]*).html$ /sort.php?id=$1;

rewrite ^/sort([a-zA-Z]+).html$ /sort.php?alias=$1;
rewrite ^/site_([1-9]+[0-9]*).html$ /site.php?id=$1;

Apache的伪静态规则
RewriteEngine On
rewritebase /
RewriteRule ^index.\html /index\.php [L,NC]
RewriteRule ^about\.html about\.php [L,NC]
RewriteRule ^search\.html search\.php [L,NC]
RewriteRule ^apply\.html apply\.php [L,NC]
RewriteRule ^404\.html 404\.php [L,NC]
RewriteRule ^sort([0-9]+)\.html sort\.php?id=$1 [L,NC]
RewriteRule ^sort([a-zA-Z]+)\.html sort\.php?alias=$1 [L,NC]
RewriteRule ^site_([0-9]+)\.html site\.php?id=$1 [L,NC]

网站源码截图介绍

前端首页

仿欧维导航系统源码站长导航系统源码|网站导航源码插图贾静宇源码网

管理后台

仿欧维导航系统源码站长导航系统源码|网站导航源码插图2贾静宇源码网

原文地址:https://www.jiajingyu.com/3365.html

最爱源码网-专注精品网站模板_主流网站源码下载
贾静宇源码网 » 仿欧维导航系统源码站长导航系统源码|网站导航源码
升级VIP尊享更多特权立即升级