Jump to content

Redirectionare Domeniu Catre Un Director/folder Cu .htaccess


Recommended Posts

Posted

Daca doriti sa redirectionati un domeniu catre un director/folder cu ajutorul fisierului .htaccess, de exemplu: pctrubleshooting.ro catre pctroubleshooting.ro/gaby, tot ceea ce trebuie sa faceti este sa adaugati in fisierul .htaccess din radacina (root) site-ului dumneavoastra liniile prezente mai jos:

RewriteEngine On
Options +FollowSymlinks
RewriteBase /

RewriteCond %{HTTP_HOST} pctroubleshooting.ro
RewriteCond %{REQUEST_URI} !gaby/
RewriteRule ^(.*)$ gaby/$1 [L]
excl.gif Pentru a functiona si pentru varianta cu www (www.pctrubleshooting.ro) si pentru varianta non-www (pctrubleshooting.ro) introduceti codul de mai jos:

RewriteEngine On
Options +FollowSymlinks
RewriteBase /

RewriteCond %{HTTP_HOST} ^(www.)?pctroubleshooting.ro$ [NC]
RewriteCond %{REQUEST_URI} !gaby/
RewriteRule ^(.*)$ gaby/$1 [L]
Succes :pct2: !

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

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