When I go here: https://www.allveterans.com/costs-services/ and click on any item appearing underneath "URNS & SERVICE ITEMS" heading, it is redirecting me to an Internal Error Page.
Can anyone help me out to fix this?
When I go here: https://www.allveterans.com/costs-services/ and click on any item appearing underneath "URNS & SERVICE ITEMS" heading, it is redirecting me to an Internal Error Page.
Can anyone help me out to fix this?
That happens to us too. First you need to troubleshoot where the error is and then fix the error. (1) To Troubleshoot, if you have FTP access, then edit your wp-config file, change a line near the bottom:
define('WP_DEBUG', false);
to be
define('WP_DEBUG', true);
(2) Then recreate the issue. Your Wordpress will show you what line of code is creating the issue. Then come back and re-ask... somebody here should be able to help from here.
p.s. - don't forget to change it back when you get your error code!