DirectoryIndex hashtag.php

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ hashtag.php?tag=$1 [L]

# Don't list directory contents
IndexIgnore *
