Translations:Mod rewrite/9/en
No ''Hostnet Wiki''
Versija 2018. gada 24. jūlijs, plkst. 10.09, kādu to atstāja Gatis (Diskusija | devums) (Jauna lapa: RewriteEngine On RewriteCond %{HTTP_HOST} ^example\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.example\.com$ RewriteRule ^(.*)$ "http\:\/\/domain\.com/$1"...)
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.example\.com$
RewriteRule ^(.*)$ "http\:\/\/domain\.com/$1" [R=301,L]