pouetnet/pouet0.9/master/.htaccess - Htaccess File

pouetnet/pouet0.9/master/.htaccess

<IfModule mod_rewrite.c>

RewriteEngine On
RewriteCond %{HTTP_HOST} =www.pouet.net [OR]
RewriteCond %{HTTP_HOST} =pouet.scene.org [OR]
RewriteCond %{HTTP_HOST} =www.pouet.scene.org
RewriteRule ^(.*)$ http://pouet.net/$1 [R=301,QSA,L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST

Comments

Apache