RewriteEngine On

# Redirect to the PHP script based on custom name
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?custom=$1 [L,QSA]
