0
기술적으로 두 개의 하위 디렉토리가 있습니다./제품/산업/htaccess 301 하위 디렉토리는 리디렉션되지만 하위 디렉토리는 리디렉션되지 않습니다.
I는 다음과 같이 재 싶습니다:
/products/industry/product-name
또는 수행 할 수 아무것도/산업 :
/products/industry to /products/#industry
그러나 내가 좋아하는 뭔가를 리디렉션하고 싶지 않아 . 여기 내 htaccess에서 작동하지 않는 부분이 있습니다. 어쩌면 내가 가까이 왔을 까?
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/products/industry[/]?$
RewriteRule (.*) /products/#industry [R=301,L]
흠. –
내 테스트에서'/ products/industry'를'/ products/# industry'로 리디렉션했습니다.이 규칙을 첫 번째 규칙으로 유지하고 새 브라우저에서이 규칙을 시험해 볼 수 있습니까? – anubhava
하위 디렉토리를 사용하도록 수정했습니다. 나는 여전히 여러 브라우저에서 결과를 얻지 못하고 캐시를 비운다. [R = 301, L, NE, NC] –