I’ll start by saying I am an utter newbie to expression engine. So please answer in newbie terms with all required steps.
version is 2.2.2 hosted on a Network Solutions Server
I was following the installation guidelines on your site and in Ryan Irelan’s Book
I Installed Expression Engine into a site folder below my root folder as the example showed all worked well,
htdocs\site\system
htdocs\site\images
htdocs\site\themes
I then followed your security suggestions and moved the system directory up one level and renamed it. I made the required path changes in config.php and index.php - all was still working well.
htdocs\system (renamed)
htdocs\site\images
htdocs\site\themes
Now, I am attempting to move the themes and images directories up to the root as well. Mainly because I will eventually be purchasing the MSM and will have multiple site folders under the root directory. I assume this would be the correct location for these assets in a multisite scenario.
htdocs\system (renamed)
htdocs\images
htdocs\themes
htdocs\site1
htdocs\site2
etc
When I move these folders I am obviously breaking an entry in a path statement somewhere as the Admin panel no longer has any styling or images.However, I have been unable to locate and obvious place to correct these paths.
Could you please forward instruction to me and confirm that I am on the right path for a multi-site setup?