Jump to content

Redirect Www Catre Non-Www Si Redirect Non-Www Catre Www Cu .htaccess


Recommended Posts

Posted

Pentru a redirectiona varianta cu www a site-ulu dumneavoastra catre varianta fara www, introduceti in fisierul .htaccess urmatoarele linii:

Redirect www catre non-www:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^www.pctroubleshooting.ro [NC]
RewriteRule ^(.*)$ http://pctroubleshooting.ro/$1 [L,R=301]
</IfModule>

Aceste linii vor redirectiona: http://www.pctroubleshooting.ro catre http://pctroubleshooting.ro



Pentru a redirectiona varianta fara www a site-ulu dumneavoastra catre varianta cu www, introduceti in fisierul .htaccess urmatoarele linii:

Redirect non-www catre www:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^pctroubleshooting.ro [NC]
RewriteRule ^(.*)$ http://www.pctroubleshooting.ro/$1 [L,R=301]
</IfModule>

Aceste linii vor redirectiona: http://pctroubleshooting.ro catre http://www.pctroubleshooting.ro

Te-ai inregistrat? Ne-ar placea sa te prezinti.

Cum pot sustine forumul?
Cumpara de la eMag folosind acest link.
--------------------
oG2BN9d.gifse1WdXd.gifQG6MtmI.gifRHYjDzD.gifG5p1wui.gif

  • 3 years later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.