帮忙把个伪静态规则的htaccess改成iis下http.ini的写法
Options+FollowSymLinksRewriteEngineOn#leavejustanormal/(slash)ifthescriptisinstalleda...
Options +FollowSymLinks
RewriteEngine On
# leave just a normal / (slash) if the script is installed at root level otherwise enter it's folder here ex: /w12345 (! no trailing slash)
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index\.php|install|scripts|fonts|uploads|robots\.txt|sitemap\.xml|favicon\.ico)
# if wscript is installed in a subfolder, add it before index.php ex: RewriteRule ^(.*)$ /w12345/index.php?/$1 [L] otherwise leave it as is
RewriteRule ^(.*)$ /index.php?/$1 [L]
上面是htaccess的文件 麻烦帮忙改成ISAPI_Rewrite下http.ini的写法
谢谢了 展开
RewriteEngine On
# leave just a normal / (slash) if the script is installed at root level otherwise enter it's folder here ex: /w12345 (! no trailing slash)
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index\.php|install|scripts|fonts|uploads|robots\.txt|sitemap\.xml|favicon\.ico)
# if wscript is installed in a subfolder, add it before index.php ex: RewriteRule ^(.*)$ /w12345/index.php?/$1 [L] otherwise leave it as is
RewriteRule ^(.*)$ /index.php?/$1 [L]
上面是htaccess的文件 麻烦帮忙改成ISAPI_Rewrite下http.ini的写法
谢谢了 展开
4个回答
展开全部
是哪个ISAPI的http.ini?
如果是Helicon的那个,基本上不需要大改动,只要把RewriteRule ^plugin$ plugin.php中的^去掉即可。Helicon的那个对.htaccess的兼容性几乎是最高的,所以改动很少。但要注意的就是,不能加^,否则地址会匹配不出来的,应该是个bug吧
如果是Helicon的那个,基本上不需要大改动,只要把RewriteRule ^plugin$ plugin.php中的^去掉即可。Helicon的那个对.htaccess的兼容性几乎是最高的,所以改动很少。但要注意的就是,不能加^,否则地址会匹配不出来的,应该是个bug吧
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
Storm代理
2023-07-25 广告
2023-07-25 广告
StormProxies是一家提供动态代理服务器服务的企业,旨在帮助用户更好地管理网络访问和安全。以下是一些关于StormProxies的IP动态代理服务的特点:1. 高匿名性:StormProxies的动态代理服务器具有高匿名性,可以有效...
点击进入详情页
本回答由Storm代理提供
2010-01-30
展开全部
我曾经提问过,别人给我的一个回答,希望对你有用。
你用的是isapi_rewrite2.0版本吧,下一个3.0版本的,配置文件是httpd.conf,可以和htaccess兼容的。
你用的是isapi_rewrite2.0版本吧,下一个3.0版本的,配置文件是httpd.conf,可以和htaccess兼容的。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2010-02-19
展开全部
很麻烦;
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
抱歉 不会.... 希望你能早日解决您的烦恼
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询