我試圖用.htacess
重定向部分路徑。我需要重定向從.htaccess部分路徑重定向
https://example.com/blog/archive/3312
要
http://blog.example.com/archive/3312
我用下面的代碼
RewriteEngine on
RewriteRule ^/?https://example.com/blog/(.*)$ /http://blog.example.com/$1 [L,R=301]
嘗試,但它無法正常工作。我該如何解決這個問題?
號無。沒有。在互聯網上有這樣的例子,有一個很好的文檔,這有助於。協議方案不是規則與模式匹配的主題的一部分。 _閱讀您使用的工具的文檔_。 http://httpd.apache.org/docs/current/mod/mod_rewrite.html – arkascha