【发布时间】:2014-07-01 01:18:25
【问题描述】:
我已经阅读了很多建议、文章,但我无法解决我的问题。这是我的网址:
us/my-blog?catid=1&id=404:my-thought-of-the-day-problem-of-traditional-education ja/resources?id=366:video-clip
我想将此 URL 重定向到静态 URL。我试过用 .htaccess 像这样:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/|.php|.html|.htm|.feed|.pdf|.raw|/[^.]*)$ [NC]
重写规则 (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
重定向 301 /tw/en/investment-opportunities/ultimate-banking-how-to-create-your-own-bank http://takeshiyashima.com/tw/investment-opportunities/ultimate-banking-how-to-create-your-own-bank
上面的 URL 已修复并且现在可以使用,但我提到的顶部 URL 不起作用。我需要帮助。
【问题讨论】:
标签: apache .htaccess url redirect dynamic