Options -Indexes
RewriteEngine On

# Send extensionless hot-update endpoints to the PHP router.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ver.php [L,QSA]
