I have a domain name, and have installed concrete5 under my public_html folder. So it is public_html/concrete5.4.1 folder. Now how would I redirect my traffice to concrete5 folder ? That is when the user types in www.domainname.com it should show the index.php page from public_html/concrete5.4.1 folder.

Thank you very much.

link|improve this question

39% accept rate
feedback

1 Answer

You want to do this in your server setup (it has nothing to do with concrete5 itself). In Apache, it's called "Virtual Host" (not sure about IIS -- I think it's something similar). Search around for that term and you will find many many tutorials and instructions on how to do it. For example: Apache: Virtual Host configuration

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.