Kod
#Przekierowanie na bezWWW
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^#nowosci$ index.php?panel=
RewriteRule ^#rejestracja$ index.php?panel=register
RewriteRule ^admin/gry/dodaj/$ index.php?s=admin&d=gry&gra=add
RewriteCond %{HTTP_HOST} ^www.localhost:81/panelgier$ [NC]
RewriteRule ^(.*)$ http://localhost:81/panelgier/$1 [R=301,L]
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^#nowosci$ index.php?panel=
RewriteRule ^#rejestracja$ index.php?panel=register
RewriteRule ^admin/gry/dodaj/$ index.php?s=admin&d=gry&gra=add
RewriteCond %{HTTP_HOST} ^www.localhost:81/panelgier$ [NC]
RewriteRule ^(.*)$ http://localhost:81/panelgier/$1 [R=301,L]