I need the url http://www.antibodypatterns.com/ma.php to show / mask the site with the url http://www.antibodypatterns.com/page.php?content=ma please could you help and (btw i need this for any content= extension) ...
EDIT: I got this far... someone kindly gave me the code Options +FollowSymLinks RewriteEngine On RewriteRule ^ma\.php$ page.php?content=ma but this only works for ma
Options +FollowSymLinks RewriteEngine On RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^(.+)\.php$ page.php?content=$1 Code (markup):