RewriteEngine on
Options +FollowSymlinks
RewriteBase /

RewriteCond   %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /index.php?name=$1
