Jump to content

Recommended Posts

Posted

Am un domeniu şi din cPanel am făcut un subdomeniu: test.site.ro şi am phpBB 3 instalat, însă subdomeniul merge şi pe www.site.ro/test - cum procedez să meargă doar pe test.site.ro?

Am încercat cu .htaccess folosind codul:

Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^your_site.com$
RewriteRule ^(.*) http://www.your_site.com/$1 [QSA,L,R=301]

..dar nimic. Am încercat şi cPanel cu redirect, la fel, nimic. O altă soluţie?

Numai bine.

Battle Arena - https://forum.battlearena.ro

 

 

 

Posted

Codurile cu care ai incercat fac altceva. Pentru a redirectiona www.site.ro/test catre test.site.ro foloseste:

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^site.ro [NC]
RewriteRule ^(.*)$ http://www.site.ro$1 [L,R=301]
RedirectMatch 301 ^/test/(.*)$ http://test.site.ro/$1

Succes!

  • Upvote 1

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

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.