Hi, I am trying to rewrite article.php?a=x [any number, letter, symbol, word, etc would go there] to /article/x, but I suck at .htaccess. What is the best way to do this? Thanks
yoursite.com/.htaccess RewriteEngine on RewriteRule ^/article/(.*)$ article.php?a=$1 [L] Code (markup):