Reputation: 546
I have setup one theme in WordPress
on the server. When I am trying to update the page it gives error ERR_EMPTY_RESPONSE. I have static IP address for my network connection. So, Anyone help me for this?
I have tried many solutions for this but still, it is not working.
Thanks in Advance!!
Upvotes: 0
Views: 1180
Reputation: 388
Try this!!
Sometimes it may be your systems IP issue. Follow these steps
Process 1
Step 1 : Open CMD Prompt
Step 2:
Run below commands one by one.
ipconfig /release
ipconfig /all
ipconfig /flushdns
ipconfig /renew
netsh int ip set dns
netsh winsock reset
Now Restart your PC.
Process 2
Problem may be in your wp-login.php , you have to replace wp-login.php file with latest WordPress versions wp-login.php file.
Upvotes: 2