install directory change
Permalink
I installed in a sub-directory and I wish I had installed at the root.I'd like my site homepage to be a concrete5 page.
I have a re-direct in the root. It doesn't work in IE from what I can tell.
What are my options for moving everything up a folder?
I have a re-direct in the root. It doesn't work in IE from what I can tell.
What are my options for moving everything up a folder?
Then take a look at (your_site_root)/config/site.php and if there's a BASE_URL setting defined, delete that line.
Using FTP to move files & folders is a bad idea because the FTP protocol opens a new connection for each file it moves. If one of these fails, a file can get "left behind" and that can cause problems.
Hope that helps!