Hello all
I wonder if you can advise on moving around of some EE and WP files on my server. I want to make my EE site an archive, and the WP installation the main website.
I currently have two CMSs installed. The first is an Expression Engine installation in the root directory:
- http://www.teentoday.co.uk/
- Admin files in a folder called /[namehere]/
The second is a wordpress installation at:
- http://www.teentoday.co.uk/news
- With all files within the /news/ folder
I moved my EE files:
index.php
.htaccess
license.txt
path.php
to the archive folder http://www.teentoday.co.uk/teentoday/
I moved my WP index.php and .htaccess to the root directory and have successfully installed it there after making a few tweaks in the control panel.
Now however when I go to http://www.teentoday.co.uk/teentoday/ to see the archived EE site I get:
“The system path does not appear to be set correctly. Please open your path.php file and correct the path.”
Can anyone advice of the file changes I need to make to the paths to make this work.
Thanks