Welcome Guest, Not a member yet? Register   Sign In
Help with subdomain routing
#2

[eluser]Massaki[/eluser]
Your server must understand that if you call 'blog.notedu.mp', it has to redirect to your 'blog' subfolder.

In your root folder, create/edit .htaccess:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^blog\.notedu\.mp$ [NC]
RewriteRule ^(.*)$ http://notedu.mp/blog/$1 [R=301,L]


Messages In This Thread
Help with subdomain routing - by El Forum - 02-05-2014, 07:07 AM
Help with subdomain routing - by El Forum - 02-05-2014, 08:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB