{"id":167843,"date":"2024-07-31T09:08:26","date_gmt":"2024-07-31T02:08:26","guid":{"rendered":"https:\/\/it.telkomuniversity.ac.id\/cara-mengatasi-error-404-not-found-cyberpanel\/"},"modified":"2025-02-03T15:02:02","modified_gmt":"2025-02-03T08:02:02","slug":"how-to-fix-error-404-not-found-on-cyberpanel","status":"publish","type":"post","link":"https:\/\/it.telkomuniversity.ac.id\/en\/how-to-fix-error-404-not-found-on-cyberpanel\/","title":{"rendered":"How to Fix Error 404 Not Found Error on CyberPanel Websites"},"content":{"rendered":"\n<p><strong>Encountering an error 404? Learn what it means and discover effective solutions to fix Error 404 Not Found on your website, ensuring seamless navigation and improved user experience.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>CyberPanel: An Overview<\/strong><\/h2>\n\n\n\n<p>CyberPanel is a web hosting control panel integrated with the LiteSpeed web server. Designed to simplify website management and administration, CyberPanel offers various features such as domain management, database management, email management, FTP management, and more. This control panel is also equipped with LiteSpeed caching and optimization features, which help enhance the performance of websites hosted on the same server. CyberPanel is available in two versions: a free version and a paid version with additional features.Current date: Monday, February 03, 2025, 11 AM WIB<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Encountering Errors When Migrating to CyberPanel<\/strong><\/h2>\n\n\n\n<p>Did you know that migrating a website from another hosting panel to CyberPanel can sometimes result in errors? For instance, when transferring a WordPress website from cPanel to CyberPanel, you may encounter an\u00a0<strong>error 404<\/strong>. Interestingly, the homepage might load correctly, but navigating to other pages or posts may result in a\u00a0Error <strong>404<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Encountering Error 404 When Migrating to CyberPanel<\/strong><\/h2>\n\n\n\n<p>Did you know that migrating a website from another hosting panel to CyberPanel can sometimes result in Error 404? For instance, when transferring a WordPress website from cPanel to CyberPanel, you may encounter a Error <strong>404 Not Found<\/strong>. Interestingly, the homepage might load correctly, but navigating to other pages or posts may result in a error 404.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Does Error 404 Mean?<\/strong><\/h2>\n\n\n\n<p>Error 404 is an HTTP status code indicating that the requested page or resource cannot be found on the server. This issue typically occurs due to a deleted page, an incorrect URL, or a server configuration problem.<\/p>\n\n\n\n<p>To resolve a Error 404, users should verify the accuracy of the URL, use the website\u2019s search function, or clear the browser\u2019s cache and cookies. If the issue persists, it is recommended to contact the website administrator for further assistance.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to Fix Error 404 Not Found Error on CyberPanel<\/strong><\/h2>\n\n\n\n<p>If you are using CyberPanel and encounter a Error <strong>404 Not Found<\/strong>, do not panic\u2014this issue can be resolved using a few simple methods, such as modifying the <strong>.htaccess<\/strong> file and changing the permalink settings in WordPress. Below are the steps to fix Error 404 Not Found on CyberPanel:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Modifying the .htaccess File<\/strong><\/h3>\n\n\n\n<p>Error 404 on CyberPanel can often be fixed by updating the default WordPress <strong>.htaccess<\/strong> file. Follow these steps:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Log in to your CyberPanel control panel.<\/li>\n\n\n\n<li>Click on the <strong>&#8220;File Manager&#8221;<\/strong> menu to open the file manager.<\/li>\n\n\n\n<li>Navigate to the root folder of your WordPress website.<\/li>\n\n\n\n<li>Locate the <strong>.htaccess<\/strong> file and right-click on it.<\/li>\n\n\n\n<li>Select <strong>&#8220;Edit&#8221;<\/strong> or <strong>&#8220;Edit with Code Editor&#8221;<\/strong> to open the file.<\/li>\n\n\n\n<li>Delete all existing content and replace it with the following code<\/li>\n<\/ul>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p># BEGIN WordPress<br>RewriteRule ^index\\.php$ \u2013 [L]<br>RewriteCond %{REQUEST_FILENAME} !-f<br>RewriteCond %{REQUEST_FILENAME} !-d<br>RewriteRule . \/index.php [L]<br># END WordPress<\/p>\n<\/blockquote>\n\n\n\n<ul class=\"wp-block-list\">\n<li>After editing the file, click <strong>&#8220;Save&#8221;<\/strong> to apply the changes.<\/li>\n<\/ul>\n\n\n\n<div style=\"height:66px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><strong>Also Read : <a href=\"https:\/\/it.telkomuniversity.ac.id\/en\/wireless-wan-definition\/\" target=\"_blank\" rel=\"noreferrer noopener\">Wireless WAN Definition<\/a><\/strong><\/p>\n\n\n\n<div style=\"height:68px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Changing WordPress Permalink Settings<\/strong><\/h3>\n\n\n\n<p>Another method to resolve Error <strong>404 Not Found<\/strong> on CyberPanel is by modifying the WordPress permalink structure. Follow these steps:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Log in to your WordPress dashboard.<\/li>\n\n\n\n<li>Click on <strong>&#8220;Settings&#8221;<\/strong> in the left sidebar and select <strong>&#8220;Permalinks&#8221;<\/strong>.<\/li>\n\n\n\n<li>On the permalink settings page, you will see multiple structure options, such as <strong>Plain, Day and Name, Month and Name, Numeric, and Post Name<\/strong>.<\/li>\n\n\n\n<li>Select a different permalink structure.<\/li>\n\n\n\n<li>Click <strong>&#8220;Save Changes&#8221;<\/strong> to apply the new settings.<\/li>\n\n\n\n<li>Check if your website pages are working correctly.<\/li>\n\n\n\n<li>If everything is functioning properly, revert the permalink structure to its original setting.<\/li>\n\n\n\n<li>Click <strong>&#8220;Save Changes&#8221;<\/strong> again to finalize the update.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>These are some of the methods you can use to fix Error <strong>404 Not Found<\/strong> on CyberPanel. After applying these solutions, be sure to test multiple pages and posts to confirm that all links are functioning correctly.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>AUTHOR: Mujaddid Halimurrosyid | LinkedIn<\/strong><\/h3>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Encountering an error 404? Learn what it means and discover effective solutions to fix Error 404 Not Found on your website, ensuring seamless navigation and improved user experience. CyberPanel: An Overview CyberPanel is a web hosting control panel integrated with the LiteSpeed web server. Designed to simplify website management and administration, CyberPanel offers various features [&hellip;]<\/p>\n","protected":false},"author":41,"featured_media":158866,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"wds_primary_category":182,"footnotes":""},"categories":[182,176],"tags":[],"class_list":["post-167843","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blogs-en","category-blogs"],"blocksy_meta":[],"gutentor_comment":0,"_links":{"self":[{"href":"https:\/\/it.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/posts\/167843","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/it.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/it.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/it.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/users\/41"}],"replies":[{"embeddable":true,"href":"https:\/\/it.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/comments?post=167843"}],"version-history":[{"count":0,"href":"https:\/\/it.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/posts\/167843\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/it.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/media\/158866"}],"wp:attachment":[{"href":"https:\/\/it.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/media?parent=167843"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/it.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/categories?post=167843"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/it.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/tags?post=167843"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}