apache - Help me with a rewrite rule -


I need help with some rewrite rules

Lots of my pages like this Looks like:

  index.php? Key = Guild & amp; Id = 939 & amp; See = board index.php? Key = Player & amp; Id = 300941 & amp; View = Edit index.php? Key = mod & amp; Id = 41 & amp; See = download  

Will it be possible to use 1 rewrite rule? Since $ _get

  / guild / 939 / board / player / 300 9 41 / edit  
rewrite angle% {REQUEST_FILENAME}! -f Rewrite Convert% {REQUEST_FILENAME}! -d Records Rules ^ /? ([^ /] +) / ([^ /] +) / ([^ /] +) $ Index.php? Key = $ 1 & amp; Id = $ 2 & amp; See = $ 3 [L, QSA]

Now, there is probably a lot of work in your project to replace all those links :)


Comments