Örneğin, ben bu gibi bir görüntü için görünen bir URL var:
http://example.com/img/foo.png
http://example.com/img/interface/menu/bar.png
http://example.com/static/users/avatars/small/3k5jd355swrx221.jpg
O yönlendirmek istemiyorum. Onlar sadece geçmelidir. Ama sonra, ben bu gibi URL'leri var:
http://example.com/register/
http://example.com/my_account/my_picture/
http://example.com/contact/email/
.. Bir png veya jpeg için talep yok bu tür tüm URL'ler yönlendirilmesi gereken:
X yani örneğin bu örnekte example.com /, sonra her şey için nerede durduğunu:
http://example.com/register/ to
http://example.com/index.php/register/http://example.com/my_account/my_picture/ to
http://example.com/index.php/my_account/my_picture/http://example.com/contact/email/ to
http://example.com/index.php/contact/email/
(AcceptPathInfo etkindir)
. Htaccess de bunu yapmak için herhangi bir yolu var mı? Ben her zaman http://example.com/someKindOfMarkerHere/stuff/stuff/stuff gibi bir şey vardı ama bunu yeniden yazılması gereken bir URL olmadığını algılamak için orada someKindOfMarker olmasını istemiyorsanız sadece ben bu yapabileceğini biliyorum. Ben onları dışlamak için nasıl bilmiyorum.