环境: php5.5左右吧+mysql
先导入数据库文件db/db.sql
再修改config.php数据库配置
然后服务器设置好伪静态规则
访问网站OK
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=k_e_k_c_c_n; rewrite ^/sort([a-zA-Z]+).html$ /sort.php?alias=k_e_k_c_c_n; rewrite ^/site-([1-9]+[0-9]*).html$ /site.php?id=k_e_k_c_c_n; 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=k_e_k_c_c_n [L,NC] RewriteRule ^sort([a-zA-Z]+)\.html sort\.php?alias=k_e_k_c_c_n [L,NC] RewriteRule ^site-([0-9]+)\.html site\.php?id=k_e_k_c_c_n [L,NC]
Views: 0
查看更多...
提高网络安全意识,养成良好上网习惯,网络下载文件先扫描杀毒。不要随意点击不明邮件中的链接、图片、文件,适当设置找回密码的提示问题。当收到与个人信息和金钱相关(如中奖、集资等)的邮件时要提高警惕。不要轻易打开陌生人发送至手机的链接和文件。在微信、QQ等程序中关闭定位功能,仅在需要时开启蓝牙。安装手机安全防护软件,经常对手机系统进行扫描。不随意连接不明Wi-Fi、刷不明二维码。保证手机随身携带,建议手机支付客户端与手机绑定,开启实名认证。从官方网站下载手机支付客户端和网上商城 应用。使用手机支付服务前,按要求在手机上安装专门用于安全防范的插件。登录手机支付应用、网上商城时,勿选择"记住密码"选项。通过网络购买商品时,仔细查看登录的网站域名是否正确,谨慎点击商家从即时通讯工具上发送的支付链接。谨慎对待手机上收到的中奖、积分兑换等信息,切勿轻易点击短信中附带的不明网址。资源收集自互联网,仅供用于学习和测试,请勿用于商业。资源如有侵权,请联系站长删除,敬请谅解!
WWW.A5.ORG.CN
请登录后查看评论内容