简体   繁体   English

永久(301).htaccess重定向

[英]Permanent (301) .htaccess redirect

I need a 301 redirect from these pages: 我需要从这些页面进行301重定向:

form/5/asd.html
form/5/12dasd.html
form/5/dasidjasd.html
form/5/pasd1.html

Always to this page: /form/12/name.html 始终访问此页面: /form/12/name.html

Can you help me, because I never understand .htaccess redirects :( 您能帮我吗,因为我从来不了解.htaccess重定向:(

将RedirectMatch与通配符一起使用,并在指定重定向到的位置时记住使用完整的URL:

RedirectMatch 301 /form/5/.* www.example.com/form/12/name.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM