2015-05-08 69 views
1

我有一個很難改寫以下網址:如何使用htaccess重寫使用雙目錄名稱的url?

http://example-url.com/example-url.com/anythinggoeshere

到:

http://example-url.com/anythinggoeshere

我嘗試這樣做:

RedirectMatch 301 example-url.com/example-url.com(.*) example-url.com$1 

但它沒有做任何事情...

非常感謝您的幫助!

+0

我嘗試這樣做,例如: RedirectMatch 301 http://example-url.com/example-url.com(.*)HTTP: //example-url.com$1 –

+0

url ..typo中有雙點? – starkeen

+0

是的錯字,我改變了它,沒有在真正的htaccess錯字,但... –

回答

1

我解決我的問題,通過執行以下操作:

Redirect 301 /example-url.com http://example-url.com