无标题文档
wdCP系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用教程) wdCDN系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用手册)
wdOS系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用教程) wdDNS系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用手册)
注册 发贴 提问 回复-必看必看 wddns免费智能 DNS 开通 本地或虚拟机使 用wdcp 一键包在mysql编 译时"卡住"
【300G高防】双线 无视攻击 wdcp官方技术支持/服务 阿里云8折优惠券 无敌云 腾讯云优惠中,现注册更有260代金额券赠送
返回列表 发帖
提问三步曲: 提问先看教程/FAQ索引(wdcp,wdcp_v3,一键包)及搜索,会让你更快解决问题
1 提供详细,如系统版本,wdcp版本,软件版本等及错误的详细信息,贴上论坛或截图发论坛
2 做过哪些操作或改动设置等

温馨提示:信息不详,很可能会没人理你!论坛有教程说明的,也可能没人理!因为,你懂的
应该不可以下载的吧 apache httpd.conf默认就是禁止.ht下载的

TOP

RewriteEngine  on
RewriteBase /
RewriteRule ^index.html$ /index.php
#RewriteRule ^static/.*\.(html|xml)$ / [F]
#RewriteCond %{REQUEST_FILENAME} \.(html|xml|json|htm|php|php2|php3|php4|php5|phtml|pwml|inc|asp|aspx|ascx|jsp|cfm|cfc|pl|cgi|shtml|shtm|phtm)$


RewriteRule /zhekou.html$ /index.php/goods/list/promotion/1/ [PT,L,NC]
RewriteRule /pinpai.html$ /index.php/goods/list/brandId/0/ [PT,L,NC]
RewriteRule /jifen.html$ /index.php/goods/list/buyWay/2/ [PT,L,NC]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} (?!^/adm/.*).*
RewriteCond %{REQUEST_URI} (?!^/admin.*).*
RewriteCond %{REQUEST_URI} (?!^/static.*).*
RewriteCond %{REQUEST_URI} (?!^/data.*).*
RewriteCond %{REQUEST_URI} (?!^/admin/js.*).*
RewriteCond %{REQUEST_URI} (?!^/admin/css.*).*
RewriteCond %{REQUEST_URI} (?!^/admin/images.*).*
RewriteCond %{REQUEST_URI} (?!^/plugins.*).*
RewriteCond %{REQUEST_URI} (?!^/ad/.*).*
RewriteCond %{REQUEST_URI} (?!^/wwwroot.*).*
RewriteRule ^(.*)$ /index.php/$1 [PT,L,NC]

RewriteCond %{REQUEST_URI} (?!^/admin/css/.*).*
RewriteRule /admin(.*)$ /index.php/admin$1

TOP

<FilesMatch "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy All
</FilesMatch>


qq:22327635

TOP

返回列表