How do I access my site from the top level?

Permalink
I can access my Concrete5 site by entering:
http://www.nerdless.com/concrete5/index.php/....

But not when I enter:
http://www.nerdless.com

What am I missing?

Thanks!

Mark

markcmyers
 
ScottC replied on at Permalink Reply
ScottC
Cool idea for your site, i think a .htaccess redirect would be a good thing for you, or you can add a splash page in your root html folder if you are into that sort of thing. I would almost WANT my splash page to by static, or at least something I could throw into the cache and update every 2 minutes or so.
edwincanada replied on at Permalink Reply
Thanks, I had the same question and your answer did the trick.

I created a dummy index.htm in my public_html and added the following line to the .htaccess file:

Redirect 301 /index.htmhttp://www.mywebsite.ca/concrete/index.php...

Edwin.