Replace this:
define('constant', 'value');
with this:
if (!defined('constant')) define('constant', 'value');
Replace this:
define('constant', 'value');
with this:
if (!defined('constant')) define('constant', 'value');
The requested URL was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.