.htaccess redirect to page with anchor link

前端 未结 1 1331
时光取名叫无心
时光取名叫无心 2020-12-20 09:32

I\'m trying to set up a .htaccess file to redirect pages from one domain to another. Works in 99% of cases, the RewriteRules that aren\'t working are like the one below - if

相关标签:
1条回答
  • 2020-12-20 10:02

    Try it with the NE flag:

    RewriteRule bg/row_b1_i_pn1.php http://example.org/s-b-g/b-1#illustration-110 [NE]
    
    0 讨论(0)
提交回复
热议问题