1
Version 2.2.3 Final according to the changelog.txt file.
I moved the site within my domain. I did this one before but I can remember having this issue.
Basically I moved all the files from the root to a new directory.
from
http://www.domainname.comto
http://www.domainname.com/newdirectoryThen I went in, CHMOD the mainfile.php and just added "/newdirectory" to the appropriate places. CHMOD the mainfile.php back to 444 and got the 500 Server Error.
I emptied the cache and template_c folders as well.
Don't know if it's a .htaccess file thing (moved it as well)
It does have
RedirectMatch "^/xoops/?$" "http://www.domainname.com/"
This was for the original install I did several years ago where I installed it first in the xoops directory then moved it to the root.
There is something installed in the root so I can't tell the redirect to redirect from the root or they'd never see the main site.
Any thoughts? THANKS