标签: apache .htaccess
我该怎么做?
Redirect 301 /link-to-something https://otherwebsite.com/#something
在我的.htaccess中? 我到处都看过,这应该可以工作:
RewriteRule ^link-to-something/?$ https://otherwebsite.com/#something [R=301,L,NE,NC]
但这不适合我,可能错过了一些东西,但我不知道是什么。