Translations:Mod rewrite/14/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 ^subfolder$ "http\:\/\/domain\.com\...)
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.example\.com$
RewriteRule ^subfolder$ "http\:\/\/domain\.com\/" [R=301,L]