Hi Guys, Today I am Going to Show You How to Fix “Oops looks like the page is lost. This is not a fault just an accident that was not intentional.”Error?
Are you Looking for the Commonly Searched WordPress Error “How to Fix “Oops looks like the page is lost. This is not a fault just an accident that was not intentional.”Error?” (or) “How to Fix WordPress 404 not found?”.Here is the Solution to Fix this Common Issue That has been faced by most of the PC Users including myself.
Let’s See about How to fix this issue?
There are Five Ways to Fix this Issue Easily
1.Clear your browser’s cache or use incognito mode.
2.Check your SSL certificate and Whether the site is properly Connected With SSL or Not.
3.Update Your WordPress Site’s Permalinks
4.Adding a Simple Code in Wp-Config.php File
5.Reset Your DNS Resolver Cache
Popular Right Now: How to Fix “Word Cannot Complete the Save Due to a File Permission Error” Easily?
Steps For How to Fix “Oops, looks like the page is lost. This is not a fault, just an accident that was not intentional.”Error?
Method 1: Clear your browser’s cache or use incognito mode.
1.Clear Your Browser Cache First and then Give a Try.
2.Use the Incognito Mode to check the Website is life or not.
Method 2: Check your SSL certificate and Whether the site is properly Connected With SSL or Not.
Verify Whether you’ve Installed SSL Correctly or not. If You’re Using Cloudflare SSL Services then change the SSL Setting to Flexible.
If you’re Using Cloudflare then you can also check whether your domain is correctly pointed to Cloudflare DNS or Not.
Method 3: Update Your WordPress Site’s Permalinks.
Step 1: Goto Your WordPress Admin Dashboard.
Step 2: Navigate to Settings and Select Permalinks Option.
Step 3: Now Don’t Change Anything Just Click the Save Changes button.
Method 4: Adding a Simple Code in Wp-Config.php File
Step 1: Goto Your Hosting Website C-panel.
Step 2: Access Your File Manager via C-panel or FTP.
Step 3: Now Edit your wp-config.php file and set this line to true
define(‘FORCE_SSL_ADMIN’, true);
define(‘FORCE_SSL_ADMIN’, true);
Step 4: Go to your Website Dashboard newexample.com/wp-admin.
Step 5: Go to Settings And Select the General Options and Change the HTTP to HTTPS.
WordPress Address (URL) https://newexample.com
and
Site Address (URL) https://newexample.com
Method 5: Reset Your DNS Resolver Cache.
To reset the DNS resolver cache, perform the following steps:
Using Command
Step 1: First of all Go to Start and Type Cmd or Command Prompt Or Access Command Via Run Program.
Step 2: Right-click Command Prompt, Just choose “Run as Administrator”.
Step 3: Now Just Type ipconfig /flushdns and press Enter.
(Important Note – There Must be a space before the slash)
Now You’ll See a Message Like This
Windows IP Configuration
Successfully flushed the DNS Resolver Cache.
* Your Command Prompt Will Look Like This *
Microsoft Windows [Version 10.0.19042.746] (c) 2020 Microsoft Corporation. All rights reserved. C:\Users\Username>ipconfig /flushdns Windows IP Configuration Successfully flushed the DNS Resolver Cache. C:\Users\Username>
Using Windows PowerShell
Step 1: First of all Go to Start and type Powershell or Open Run Program And Type Powershell.
Step 2: Right-click Windows Powershell App, Just choose “Run as Administrator”.
Step 3: Type the Following Command And Press Enter.
Clear-DnsClientCache
Clear-DnsClientCache
That’s It! You’re Done Man!
That’s All About this Post. Give Your Reviews / Reactions about this Post and Leave Comments, Ask Your Doubts, We are here to Help You!
1 Comment
Thank you sir my problem is solved