Big problem on new cpanel server...

Hi guys, I Need Help with this major problem.

php_flag register_globals on
ErrorDocument 404 /index.php
This .htaccess is on all 400 domains on my server., in the main directory right under public_html

I need to replace it with ONLY:

ErrorDocument 404 /index.php
because when that other line is on this new server, it gives me 500 error EVERY time, breaks all my sites. Why does it do this and how can i fix this, and how can i replace all the /home/*/public_html/.htaccess with a new .htaccess with only that error document line?

Thanks in advance!

 

 

 

 

Top