If you receive this error message when running WebEdit:
Security Alert! The PHP CGI cannot be accessed directly.
This PHP CGI binary was compiled with force-cgi-redirect enabled. This
means that a page will only be served up if the REDIRECT_STATUS CGI
variable is set, e.g. via an Apache Action directive.
Simply modify the
$AltScriptName variable inside your config.php file to include the path
to your webedit.php file, so it will look something like this:
$AltScriptName = "/webedit/webedit.php";
