How to Fix a 404 Page Not Found Error || fix 404 page not found

How to Fix Error 404 Not Found on Your WordPress Site


A 404 error is an HTTP status code that means that the page you were trying to reach on a website couldn't be found on their server.

To be clear, the error indicates that while the server itself is reachable, the specific page showing the error is not.

404 Not Found error messages are frequently customized by individual websites. So, keep in mind that the error might show up in just about any way imaginable depending on what website it's shown from.


you need to visit your file manager or go to your dashboard .

Dshboard -> Apearence -> theme editor  


Here you need to found 404.php file in theme files -

and than open it in editor - than copy this code and paste it -

in the end of file --


<?php 


echo " 
 <script>
const  homepage_URl= 'http://shyamdecodeup.epizy.com/';
function redirection() {
  location.replace(homepage_URl);
}
setTimeout(redirection, 3000);

 </script>
"; 

?>

watch video for more information  in below ---



Post a Comment

0 Comments