Jump to content

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


gaby

Recommended Posts

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

Link to comment
Share on other sites

  • 3 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • 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.