mod_rewrite user id error

后端 未结 2 1791
故里飘歌
故里飘歌 2021-01-27 06:20

I\'m new to rewriting urls and wanted to know how i would rewrite

From this /profile/4

To this /profile.php?id=4

I have this rule so far

         


        
2条回答
  •  心在旅途
    2021-01-27 07:05

    Your rule is just fine so there's a redirection somewhere conflicting with it. I suppose that you don't have a real directory at /profile/4 so they main candidate left is mod_negotiation. Try this:

    Options -MultiViews
    

提交回复
热议问题