I can’t figure out how to set an ExpressionEngine template as my site’s default index.php page that people arrive at when typing in my basic URL.
I have a site I’ll call mysite.com. The current non-EE-powered home page for this is http://mysite.com/index.php. So if anyone types “mysite.com” in their browser, they technically arrive at http://mysite.com/index.php.
However, I’ve set up an EE-powered version of my site. The template group is called “ee”, and the index for this group is index.php. So currently, my EE-powered blog resides at http://mysite.com/index.php/ee.
How do I make my EE-powered page (mysite.com/index.php/ee) show up automatically when someone types “mysite.com” into their browser?
Basically, I need a way to remove the template group (“ee”) from the URL, so it automatically goes to the EE-powered index.php rather than my current, old default.
Does this make sense? I hope you can help! I’m by no means a PHP programmer but have a decent handle on HTML. I built the EE site after the main site, and thought it would be as simple as transferring the EE files to the root directory of my site and making sure all the settings are correct, but the Template Group name is getting in the way. Do I need to modify .htaccess or something so the browser goes to a page other than my original site’s index.php?
Thanks!
Tristan
Update: I just tried setting my site’s default page, via my host’s IIS, to mysite.com/index.php/ee, but that didn’t work. It still goes to mysite.com/index.php