Sometimes, when you access the webpage and it displays
the home page with login and after the successful login, we can see that the error
comes in the webpage with ERR_EMPTY_RESPONSE and cannot access page.
Please follow the below commands and restart the page.
Start the command prompt with Administrator Mode
ipconfig /release
ipconfig /all
ipconfig /flushdns
ipconfig /renew
ipconfig /all
ipconfig /flushdns
ipconfig /renew
netsh int ip set dns
netsh winsock reset
netsh winsock reset
Brief description for each commands given below.
ipconfig /release – will release the current IP
configuration.
ipconfig /all – Displays the full TCP/IP configuration
for all adapters.
ipconfig /flushdns – Flush and reset the client
resolver cache
ipconfig /renew – DHCP server will assign a new IP
address for the computer
netsh int ip set dns – Change the DNS automatically
netsh winsock reset – reset winsock catalog back to the
default settings.
No comments:
Post a Comment