安装了ISAPI_Rewrite3的完整破解版,然后用htaccess做反代.
首页能正常打开,首页中的链接自动的生成了我自己域名的网址,但是点击打开以后发现不管是到哪个链接去都还是首页的内容.地址栏中的网址是点击以后的内容的也网址,但是内容还是首页的内容
htaccess的内容如下
RewriteEngine on
RewriteBase /
RewriteCond $1 ^(index\.php)?$ [OR]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.*)$ - [S=1]
RewriteRule . /index.php [L]
在linux中这个htaccess是可以正常使用的
另外ISAPI的error.log中显示以下内容
[2014-4-15 14:06:59] ISAPI Filter loaded. Version 3.1.0.75. Windows 5.2 (Build 3790 ServicePack:2) ProductType SERVER. CPU type INTEL NumberOfProcessors 1.
各种百度谷歌仍未找到解决办法,求教一下知道的童鞋
首页能正常打开,首页中的链接自动的生成了我自己域名的网址,但是点击打开以后发现不管是到哪个链接去都还是首页的内容.地址栏中的网址是点击以后的内容的也网址,但是内容还是首页的内容
htaccess的内容如下
RewriteEngine on
RewriteBase /
RewriteCond $1 ^(index\.php)?$ [OR]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.*)$ - [S=1]
RewriteRule . /index.php [L]
在linux中这个htaccess是可以正常使用的
另外ISAPI的error.log中显示以下内容
[2014-4-15 14:06:59] ISAPI Filter loaded. Version 3.1.0.75. Windows 5.2 (Build 3790 ServicePack:2) ProductType SERVER. CPU type INTEL NumberOfProcessors 1.
各种百度谷歌仍未找到解决办法,求教一下知道的童鞋