Is anyone getting this hack to work in cpanel?
Got the server configured for AllowOverride FileInfo in httpd.conf. But when I go to test if it works, I just get the browser's default error page. The error log shows an error is there, but it refuses to call the error.php file.
I put this....
PHP Code:
ErrorDocument 403 /forums/error.php
ErrorDocument 404 /forums/error.php
ErrorDocument 401 /forums/error.php
ErrorDocument 500 /forums/error.php
ErrorDocument 503 /forums/error.php
in my /public_html/ directory .htaccess file.
The error.php in the /forums directory.
Created the shell_error file too.
But something is wrong, as I can't get the error.php to show it contents.
Anyone with a workaround?
Chris