I have a URL that looks like this:
va_article.php?id=296&startRow=10#top
I still need to request the information in the query string, but I want it to display like this in the address bar:
va_article.php
I've done some straight 301 redirects and re-writes using IIRF with good results. However, I haven't done much with the rewrite conditions. Might I need some rewrite conditions for this to work and if so, which ones?
Thanks,