I've been using CMSMS 0.13 on a test subdomain that I've got and it's working great. The URL/path was like this:
Code: Select all
URL: devel.domain.com
path: /home/user/devel.domain.com/<CMSMS files>
Code: Select all
URL: (www).domain.com
path: /home/user/domain.com/<CMSMS files>
The process I used:
1) Cleared the cache on the devel side.
2) I did a "cp -a devel.domain.com/* domain.com/" to copy all of the files/permissions.
3) Edited config.php to replace "devel.domain.com" with "www.domain.com" in URLs and remove "devel" from the paths (I'm 99% sure I did this right - I'm comfortable editing paths/etc. in Unix)
When I try to go to the www.domain.com, where I'm expecting to see my CMSMS site, I get a completely blank page. Looking at the page source, it has *nothing*. No errors, no nothing. I add "/admin" or "/admin/" to the end and again, I get a completely empty page.
Going back to devel.domain.com works great.
Any ideas on what's going-on? Without any errors or anything, I'm at a loss to figure-out where things are going wonky.
Thanks!
Mike