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.
...하지만 난 아무것도 얻을 수없는 것 일하다!