2014-03-06 10 views
0

ISAPI에서 URL을 리디렉션하는 올바른 구문은 무엇입니까? 폴더에있는 홈페이지로 다시 작성 하시겠습니까? 예를 ... /category/sub-category/file.html를 들어301 ISAPI의 폴더 페이지 리디렉션 다시 쓰기

나는 등 많은 것들을 시도했습니다

...

RewriteRule ^category/sub-category/file.html/[NC,R=301,L] 
RewriteRule ^category/sub-category/file.html http://www.mysite.com/ [NC,R=301,L] 
RewriteRule ^category/sub-category/file.html http\://www.mysite\.com/ [NC,R=301,L] 
RewriteRule ^category/sub-category/file\.html/[NC,R=301,L] 
RewriteRule ^category/sub-category\/file\.html/[NC,R=301,L] 
etc. 

...하지만 난 아무것도 얻을 수없는 것 일하다!

답변

1

다음되어 있는지 확인하십시오 :

RewriteEngine on 
RewriteBase/

RewriteRule ^category/sub-category/file\.html$ http://www.domain.com/ [NC,R=301,L] 

을 위의 경우 헬리의 자주 묻는 질문 (http://www.helicontech.com/forum/10648-FAQ.html)을 따라 전혀 작동하는지 ISAPI_Rewrite를 만들기 위해 노력하고, 작동하지 않습니다. 이 ISAPI_Rewrite3, 맞죠?