我想把我的旧网站的所有网址重定向到新的,除了几个链接。如何使用htaccess执行此操作?
除了这些链接
a) http://localhost/track/click_thru.asp
b) http://localhost/track/view_tracker.asp
c) http://localhost/track/pass_thru.asp
所有其他网站上的链接应该被重定向到我的新网站。
我正试图在我的主机的子文件夹中运行一个小的ASP.NET项目。我的域名是www.gorangligorin.com,但我想在www.gorangligorin.com/testmvc中运行我的应用程序。ASP.NET MVC在顶层运行没有任何问题,但不是在子文件夹中。
服务器这样说(第58行显示为红色):
Line 56: ASP.NET to identify an incoming user.
Line 57: -->
Line 58: <authentication mode="Forms">
Line 59: