Change Directory Name of Concrete5 Installation

Permalink
I need to move my site to a different directory on the same server. Whatever I try - without success. I only get a blank page. I even set DIR_REL and BASE_URL to the new directory. (i had to put it into /config/site.php manually, since there were no such attributes there.

Any ideas what else i need to do?

kind regards
Alex

 
mkly replied on at Permalink Reply
mkly
I think all you should need to add is
define('DIR_BASE', 'changeme');

Replace 'changeme' with your subdirectory. I would remove the DIR_REL and BASE_URL from config/site.php

Best Wishes,
Mike
mkly replied on at Permalink Reply
mkly
I should remind you to disable and clear all your site caches during this process. You can re-enable them once the change is complete.
Klocki replied on at Permalink Reply
Thank you for your reply! I did all of this - and still all i get is a blank page....