# make nice urls for the rpg
RewriteEngine On
RewriteBase /rpg/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /rpg/index.php [L]
