방금이 문제에 직면했습니다. 저는 Wordpress 웹 사이트를 운영하고 있습니다. www.dentistcostamesadds.com/index를 www.dentistcostamesadds.com으로 리디렉션하고 싶습니다. 아래 코드는 작동하지 않습니다. 아래에서 볼 수 있듯이htacess 리디렉션 인덱스, no 파일 확장자
# Permanent URL redirects
RewriteEngine On
RewriteBase/
Redirect 301 /index http://www.dentistcostamesadds.com
의 확장없이 단지 /인덱스이 작동하지 않습니다. 왜? .
Redirect 301 /index.php http://www.dentistcostamesadds.com WORKS
Redirect 301 /index.html http://www.dentistcostamesadds.com WORKS
Redirect 301 /index.aspx http://www.dentistcostamesadds.com WORKS
Redirect 301 /home http://www.dentistcostamesadds.com WORKS
Redirect 301 /home.html http://www.dentistcostamesadds.com WORKS
Redirect 301 /index http://www.dentistcostamesadds.com DOESN'T WORK