Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们在网址中添加了商店代码(在管理员中将商店代码添加到网址),现在我们所有的旧网址都已损坏。
我们如何使用商店代码将所有旧网址重写为新网址?
示例:(category/test/旧网址,已损坏)到en/category/test(带有商店代码的新网址,正在工作)。
category/test/
en/category/test
没有办法开箱即用。
你有一个问题,旧的 url 在商店视图中是模棱两可的。
我会尝试添加一行.htaccess :
.htaccess
RewriteRule !^en/ en%{REQUEST_URI} [R]
我不擅长mod_rewrite,但我希望你能明白。
mod_rewrite