Redirected URL through .htaccess is being redirected to the different location

后端 未结 0 388
攒了一身酷
攒了一身酷 2021-01-25 14:48

My .htaccess has the following code :

RewriteRule ^([A-Z]+)$ listings/$1 [R=301]
RewriteRule ^listings/([A-Z]+)/?$ listings_state.php?state=$1  [NC,L]


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题