Hello and thanks for looking at this. I have an issue in that I need to redirect: www.thisdomain.com/index.php to: www.thisdomain.com/
AMA ...
this is complicated by the fact that I have two index.php files. One here: www.thisdomain.com/index.php and one here: www.thisdomain.com/a_forum/a_forum_submission/index.php
Yani, ben kullanmak istiyorum normal bir 301 yönlendirme olduğunu:
RewriteCond %{THE_REQUEST} ^.*/index.php
RewriteRule ^(.*)index.php$ http://www.thisdomain.co.uk/$1 [R=301,L]
Sorun bu doğru geri istenmiyorsa rota kadar, yanı sıra alt düzey index.php yönlendirmek olacaktır.
Peki, ne elde etmek istiyorum ama köküne index.php www.thisdomain.com / a_forum / a_forum_submission / yönlendirme OLMADAN, kök index.php www.thisdomain.com / yönlendiriliyor.
Eğer bana yardım ederseniz, ben gerçekten takdir ediyorum. Ben bildiğim her şeyi denedim, ama benim düzenli ifade bilgisi beni icar.
Tekrar teşekkürler,
D