redirect 'home' to a child page?
Permalink
Hi,
I have read various posts about doing this but none seem quite right.
I have 3 mini sites under one domain. I need 'home' to automatially redirect to the first child folder 'section one'
so when someone visitshttp://www.mydomain.com they will be automatically taken towww.www.mydomain.com/section-one...
I have tried using 'replace first in nav attribute' but that doesnt work for what i need.
Do i do a redirect in htacess file, or is there a concrete5 way of doing this?
many thanks in advance
I have read various posts about doing this but none seem quite right.
I have 3 mini sites under one domain. I need 'home' to automatially redirect to the first child folder 'section one'
so when someone visitshttp://www.mydomain.com they will be automatically taken towww.www.mydomain.com/section-one...
I have tried using 'replace first in nav attribute' but that doesnt work for what i need.
Do i do a redirect in htacess file, or is there a concrete5 way of doing this?
many thanks in advance
this works a treat thanks!
the 3 mini sites are not sperate db etc. they are just 3 sites under the home folder of one isntall.
So basically i want the home link to default the user to the first of the 3 sites.
this method works but will the search engine still thinkhttp://www.mysite.com is seperate tohttp://www.mysite.com/section1?
do i use htaccess redirect to achieve this?
So basically i want the home link to default the user to the first of the 3 sites.
this method works but will the search engine still thinkhttp://www.mysite.com is seperate tohttp://www.mysite.com/section1?
do i use htaccess redirect to achieve this?
concrete5 way i think is to actually check out around line 140 in dispatcher.php
You could introduce a check of simply
worth it? probably not.
None of that is tested.