suddenly, I can’t access my EE control panel (EE vers 1.6 or so)
instead get error: “Disallowed system path”
I have not changed any EE system settings, files, or directories for months
any ideas?
my control panel login URL is:
http://www.mydomain.com/system_ee123/index.php
thanks!
PS: probably unrelated, but about a week ago, my web host upgraded the server, and my site went down (but not the control panel)... that was fixed by altering .htaccess file line to “SetHandler application/x-httpd-php5” (from x-httpd-php)... I think the control panel still worked after that change (???), but it does not now
PPS: below is contents of my path.php file, which is located in the root directory where it always has been:
<?php
// ------------------------------------------------------
// DO NOT ALTER THIS FILE UNLESS YOU HAVE A REASON TO
// ------------------------------------------------------
// Path to the directory containing your backend files
$system_path = "./system_ee123/";
// ------------------------------------------------------
// MANUALLY CONFIGURABLE VARIABLES
// See user guide for more information
// ------------------------------------------------------
$template_group = "";
$template = "";
$site_url = "";
$site_index = "";
$site_404 = "";
$global_vars = array(); // This array must be associative
?>