I am using mod rewrite in an attempt to make my next site extremely seo-friendly, however, I am having a few issues. This is the code I have in the .htaccess file: RewriteEngine On # Turn on the rewriting engine RewriteRule ^([A-Za-z0-9-]+)/([0-9]+)/([A-Za-z0-9-]+)/?$ $1.php/?first=$2&second=$3 [NC,L] Code (markup): The link I am using is: http://wwwDOTiwantplayersDOTcom/index/5/test-if-this-is-working/ Obviously you can test what the real page should look like by just going to the main domain. Please tell me if you can help figure out what is wrong. It is obviously working but there is just a random error of some sort that doesnt let the page show correctly.