Translations:Mod rewrite/11/en
No ''Hostnet Wiki''
Versija 2018. gada 24. jūlijs, plkst. 10.10, 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\/" [R...)
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.example\.com$
RewriteRule ^(.*)$ "http\:\/\/domain\.com\/" [R=302,L]