http://www.mysite.com/index.php?page=mypage
mypage
http://www.mysite.com/index.php?page=xxx
http://www.mysite.com/xxx
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.php?page=$1 [L]
Jump To Top of Thread