Links no longer working on Website
-
I have run into several issues.
– my email is not being recognized ((email visible only to moderators and staff))
– I am getting the following error when I try to click a link from my site or I try to log into the admin portion at this link; http://www.ecswimming.com/wp-admin/:
This page isn’t working http://www.ecswimming.com is currently unable to handle this request.
HTTP ERROR 500So I am dead in the water.
-
Hi @cigardog99,
Your site ecswimming.com is using the self-hosted version of WordPress, and you need to seek help at the WordPress.org forums:
https://wordpress.org/support/forums/
These forums are for WordPress.com hosted sites only :)
However, I recommend you to check your .htaccess file, delete your current .htaccess if you have any.
Check your PHP memory limit; memory should be 64MB or above.
you can try increasing Memory limit by addingdefine ('WP_MEMORY_LIMIT', '128M');in wp-config.php file.
To troubleshoot WordPress errors, you require to enable WordPress Debug, which can be done using wp-config.php.
You need to copy and paste the code in wp-config.php file shown below.
define( 'WP_DEBUG', true );.How To Debug And Log Errors In WordPress Site
Thanks !!!
- The topic ‘Links no longer working on Website’ is closed to new replies.