Redirecting and rewriting a dynamic URL to static SEO friendly URL
I am having some trouble rewriting and redirecting my URLs. This is what I am trying to do: Currently I have this URL: domain.com/server.php?id=$1 I have that URL above which rewrites to: domain.com/details/$1 The problem I am having is when…