mirror of
https://github.com/psenough/pouet.net.git
synced 2025-01-17 13:18:24 +01:00
10 lines
247 B
ApacheConf
10 lines
247 B
ApacheConf
|
<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>
|