Cytat
strona.pl
adres-serwera.pl/strona (katalog w którym znajdują się wszystkie pliki strony)
adres-serwera.pl/strona (katalog w którym znajdują się wszystkie pliki strony)
W jaki sposób można przekierować z adres-serwera.pl/strona na strona.pl?
RewriteCond %{HTTP_HOST} ^(www.)?nazwastaregoadresu.pl RewriteRule ^(.*)$ [url="http://www.nazwanowegoadresu.pl/$1"]http://www.nazwanowegoadresu.pl/$1[/url] [R=301]
RewriteCond %{HTTP_HOST} ^(www.)?nazwastaregoadresu.pl RewriteRule ^(.*)$ [url="http://www.nazwanowegoadresu.pl/$1"]http://www.nazwanowegoadresu.pl/$1[/url] [R=301]
RewriteEngine On RewriteCond %{HTTP_HOST} ^www.strona.pl(.*) [NC] RewriteRule ^(.*)$ <a href="http://strona.pl/$1" target="_blank">http://strona.pl/$1</a> [R=301,L]
RewriteCond %{HTTP_HOST} ^?nazwastaregoadresu.pl RewriteRule ^(.*)$ [url="http://nazwanowegoadresu.pl/$1"]http://nazwanowegoadresu.pl/$1[/url] [R=301]