标签: .htaccess redirect
我觉得这是一个直接的重定向,但似乎不起作用
我正在尝试使用https://example.com/events/someeventid之类的网址,并永久301将其重定向到https://newexample.com/someeventid
https://example.com/events/someeventid
https://newexample.com/someeventid
这是我现在所拥有的,我已经尝试了几种组合,但无济于事
RewriteRule ^events/(.*)$ https://newdomain.com/$1 [R=301,L]