求把不带www域名跳到带www域名下的ISAPI Rewrite写法
Jun 13, 2016 pm 01:24 PM
求把不带www域名跳到带www域名上的ISAPI Rewrite写法
我要把http://abc.com/zb/ 跳到http://www.abc.com/zb/上
注意域名后的路径也要带上哦
RewriteCond Host: ^abc\.com(.*)
RewriteRule (.*) http\://www\.abc\.com$1 [I,RP]
我这样写有哪地方不对啊?
------解决方案--------------------
------解决方案--------------------

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Hongmeng native application random poetry

How to use Nginx Proxy Manager to implement automatic jump from HTTP to HTTPS

Understand common application scenarios of web page redirection and understand the HTTP 301 status code

Quick Application: Practical Development Case Analysis of PHP Asynchronous HTTP Download of Multiple Files

Common network communication and security problems and solutions in C#
