Takenbacon/wowarmory/master/.htaccess - Htaccess File

Takenbacon/wowarmory/master/.htaccess

# UTF8 support
AddDefaultCharset utf8
php_value default_charset UTF-8

RewriteEngine On
RewriteRule ^(.*).xml $1.php?%{QUERY_STRING}
# RSS Feed
RewriteRule character-feed.atom character-feed-atom.php?%{QUERY_STRING}
Options -Indexes

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING

Comments

Apache