I set up an EE site a number of years ago and want to restructure it, but I am having trouble trying to figure out the best way to do it.
When I originally set up the site I configured it to replace the index.php file with a “folder name” like so mysite.com/thefolderinsteadofindexphp/template-group/etc../ via htaccess.
Now I would like to keep the /thefolderinsteadofindexphp/template-group/etc../ section but I would like to add another EE section (weblog) to the site root but keep the old /thefolderinsteadofindexphp/template-group/etc../ working.
Can this be done via index.php and path.php method if I create the folder /thefolderinsteadofindexphp/ and include path.php, index.php in it?
Will I be able to add another weblog to the root of the site using another index.php and path.php in the root folder?
Thanks,
Darren