{"id":22539,"date":"2026-08-28T11:50:33","date_gmt":"2026-08-28T09:50:33","guid":{"rendered":"https:\/\/www.curiaweb.ch\/?post_type=docs&#038;p=22539"},"modified":"2026-08-28T11:50:34","modified_gmt":"2026-08-28T09:50:34","password":"","slug":"show-hidden-files-htaccess","status":"publish","type":"docs","link":"https:\/\/www.curiaweb.ch\/en\/hilfe\/webhosting-cpanel\/versteckte-dateien-htaccess-anzeigen\/","title":{"rendered":"Show hidden files like .htaccess in cPanel"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Certain files may not be displayed by default in the cPanel File Manager. These include so-called <strong>hidden files<\/strong> or rather <strong>Dotfiles<\/strong>, whose filename starts with a period.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A particularly important example is:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>.htaccess<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you cannot find such a file in the file manager, it does not automatically mean that it does not exist. In this guide, we will show you how to show hidden files in the CURIAWEB cPanel and what you should check if an expected <code>.htaccess<\/code>-file is still missing.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Briefly explained:<\/strong> On Linux-based systems, files and directories whose names begin with a period are traditionally treated as hidden. cPanel therefore also refers to them as <strong>dotfiles<\/strong>.<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Which files can be hidden?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">You can usually recognize hidden files by the fact that their name starts with a dot.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Typical examples are:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>.htaccess<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>.well-known<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>.gitignore<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Depending on the software used, additional hidden files and directories may be present.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The fact that a file is hidden says nothing about its importance. Configuration files in particular can have a significant impact on a website.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">1. Open cPanel File Manager<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Log in to your CURIAWEB cPanel.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Then open:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Files \u2192 File Manager<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you are not yet familiar with the file manager, you can find a detailed introduction at <a href=\"\/en\/help\/web-hosting-cpanel\/use-cpanel-file-manager\/\">Use cPanel File Manager<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">2. Open file manager settings<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In the file manager, click in the top right on <strong>Settings<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">cPanel then opens the settings for the file view.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">3. Enable hidden files<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Enable the option:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Show hidden files (dotfiles)<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The exact translation may vary slightly depending on the language of the cPanel interface. The crucial factor is the option to display the <strong>dotfiles<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Then save the setting.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">4. Check file view<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">After saving, you should also be able to see files and directories whose names begin with a dot.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Now open the folder where you expect the hidden file.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For a website, this is, for example, its document root.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For the main domain, this can often be:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>public_html<\/code><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Important:<\/strong> With multiple domains, each website can use a different document root. If you <code>.htaccess<\/code> are looking for, so check first whether you are actually in the correct website's directory.<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Search for .htaccess<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If a <code>.htaccess<\/code>-file is present, it should be visible in the corresponding directory after activating hidden files.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In a WordPress installation, a relevant <code>.htaccess<\/code>-file, for example, be located in the main directory of the installation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Typically, you will also find files and folders there like:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>.htaccess\nindex.php\nwp-admin\/\nwp-content\/\nwp-includes\/\nwp-config.php<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">However, the exact structure may vary depending on the installation and configuration.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is an .htaccess file?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><code>.htaccess<\/code> is a configuration file that can influence settings at the directory level on appropriately configured Apache-based web servers.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, it can set rules for:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Redirects<\/li>\n\n\n\n<li>URL rewrites<\/li>\n\n\n\n<li>Access restrictions<\/li>\n\n\n\n<li>certain web server settings<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">contain.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress uses <code>.htaccess<\/code> in suitable server configurations, among other things for its permalink or rewrite rules.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Attention:<\/strong> A faulty change to <code>.htaccess<\/code> can cause individual pages or the entire website to no longer be accessible correctly. Therefore, do not modify the file without a backup.<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Showing hidden files does not change them<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Activating <strong>Show hidden files (dotfiles)<\/strong> neither changes <code>.htaccess<\/code> other files.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The setting merely determines whether the file manager displays such files in its interface.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Therefore, you can activate the ad without changing the functionality of your website.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">.htaccess is not present despite enabled display<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you have enabled the display of hidden files and still cannot <code>.htaccess<\/code>file, you should not immediately assume that there is an error.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">First check if you are in the correct directory.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Check in particular:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>the correct domain<\/li>\n\n\n\n<li>the document root of the domain<\/li>\n\n\n\n<li>the installation directory of the website<\/li>\n\n\n\n<li>whether the file view has been updated<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Not every website needs an .htaccess file<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A website does not necessarily have to be <code>.htaccess<\/code>-Own file.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Whether it is required and evaluated depends, among other things, on the web server configuration used and the website application.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Therefore, do not create an empty one as a precaution. <code>.htaccess<\/code>-File, just because you can't find one.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Important:<\/strong> \u201eNo <code>.htaccess<\/code> visible and\u201c<code>.htaccess<\/code> missing and faulty are not the same. First, check whether the website in question even needs such a file.<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">.htaccess is missing in WordPress<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you use WordPress and have problems with permalinks or subpages, a missing or faulty <code>.htaccess<\/code>-configuration can be a possible cause.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Under appropriate conditions, WordPress can update its rewrite rules via the permalink settings.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Before copying any rules from the internet into the file, however, you should determine the actual cause of the problem.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">.Do not copy .htaccess from a foreign website<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A <code>.htaccess<\/code>-file can be individually customized to a website.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, it can contain special redirects, security rules, or application-specific settings.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Therefore, do not simply copy the complete <code>.htaccess<\/code> from another website into your own installation.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Safety:<\/strong> Do not accept any unknown <code>.htaccess<\/code>-Rules from forums, AI answers, or third-party websites without understanding what they do.<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">.Backup .htaccess before changes<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you have an existing <code>.htaccess<\/code>-you must edit a file, you should create a backup first.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can, for example, download the file to your computer.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Alternatively, you can make a copy for short-term backup.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We explain how to download and edit files at <a href=\"\/en\/help\/web-hosting-cpanel\/upload-download-edit-files\/\">Upload, download, and edit files in cPanel<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The actual processing of <code>.htaccess<\/code> let's discuss separately under <a href=\"\/en\/help\/web-hosting-cpanel\/htaccess-explained-edited\/\">.htaccess explained and safely edited<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why does .htaccess start with a dot?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The period is part of the file name.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The file is actually named:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>.htaccess<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">and not:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>.htaccess<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">or:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>htaccess.txt<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is important when you create such a file anew, rename it, or transfer it from your computer to the server.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Pay attention to the .txt extension<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Especially when creating a file on a local computer, it can happen that a text editor adds a file extension unnoticed.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">From:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>.htaccess<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">can then, for example,<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>.htaccess.txt<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">become.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For the web server, these are two different file names.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Practical Tip:<\/strong> Check the full file name in the cPanel File Manager. A file named <code>.htaccess.txt<\/code> is not the same as <code>.htaccess<\/code>.<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Also show hidden folders<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The setting does not only affect individual files.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Directories whose names begin with a dot are also displayed.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">An example is:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>.well-known<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Such directories can be used by web services or automated processes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Do not delete them just because you didn't create them yourself.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">.Do not delete .well-known indiscriminately<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The directory:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>.well-known<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">can be used for standardized web mechanisms.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Depending on the server and domain configuration, this may contain files for verification or validation processes, for example.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you do not know its purpose, you should not modify or remove it.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">More unknown dotfiles<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">After enabling hidden files, you may be able to see files that you haven't noticed before.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This does not mean that these were newly created.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">They may have already existed and were merely hidden by the file manager.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Basic rule:<\/strong> An unknown file is no reason to delete it. Determine its purpose first.<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Hidden files and security issues<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The fact that a file is treated as \u201ehidden\u201c in the file manager does not constitute access protection.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u201eHidden\u201c in this context simply means that it is not displayed by default in certain file views.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This does not automatically mean that the file is inaccessible via the web server or cannot contain security-relevant content.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Do not store passwords in hidden files<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Do not store confidential information in a file solely because its name begins with a dot.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A name like:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>.passwords<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">is not a safety mechanism.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Appropriate access and storage mechanisms are required for sensitive data.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">.accidentally renamed .htaccess<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If a website immediately after renaming <code>.htaccess<\/code> reacted differently, this may be because the web server no longer recognizes the file under its new name as <code>.htaccess<\/code> processed.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A name like:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>.htaccess-alt<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">can be used intentionally during troubleshooting to temporarily remove the original file from processing.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Afterwards, however, you should know exactly how to restore the original state.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Website shows a 500 error after .htaccess modification<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If immediately after a change to <code>.htaccess<\/code> a <strong>500 Internal Server Error<\/strong> appears, it is suspected that a new or modified instruction cannot be processed.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this case, first restore the previously saved version.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We cover how you can then systematically investigate the error under <a href=\"\/en\/help\/web-hosting-cpanel\/fehler-500-internal-server-error\/\">Fixing a 500 Internal Server Error<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Website shows a 403 error<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Yes <code>.htaccess<\/code> may also contain access rules, certain configurations can lead to a <strong>403 Forbidden<\/strong> contribute.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">However, do not simply remove the entire file without considering its other functions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We cover systematic troubleshooting under <a href=\"\/en\/help\/web-hosting-cpanel\/fehler-403-forbidden-beheben\/\">Fix 403 Forbidden<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Do not confuse file permissions with visibility<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Whether a file is hidden in the cPanel File Manager and what file permissions it has are two different things.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The option <strong>Verborgene Dateien anzeigen<\/strong> ver\u00e4ndert keine Berechtigungen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Wenn eine Datei zwar sichtbar ist, aber nicht wie erwartet gelesen oder bearbeitet werden kann, k\u00f6nnen die Dateirechte separat relevant sein.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can find more about this at <a href=\"\/en\/help\/web-hosting-cpanel\/file-permissions-644-755\/\">How to correctly set file permissions 644 and 755 in cPanel<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Versteckte Dateien wieder ausblenden<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Wenn du die Dotfiles nach Abschluss deiner Arbeiten nicht dauerhaft sehen m\u00f6chtest, kannst du die Einstellung wieder deaktivieren.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u00d6ffne dazu erneut <strong>Settings<\/strong> im Dateimanager und entferne die Option zum Anzeigen versteckter Dateien.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Die Dateien werden dadurch nicht gel\u00f6scht oder ver\u00e4ndert. Sie werden lediglich wieder ausgeblendet.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Empfohlene Vorgehensweise<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open <strong>Files \u2192 File Manager<\/strong>.<\/li>\n\n\n\n<li>Klicke oben rechts auf <strong>Settings<\/strong>.<\/li>\n\n\n\n<li>Aktiviere <strong>Show hidden files (dotfiles)<\/strong>.<\/li>\n\n\n\n<li>Save the setting.<\/li>\n\n\n\n<li>\u00d6ffne den Dokumentenstamm der richtigen Website.<\/li>\n\n\n\n<li>Pr\u00fcfe, ob die erwartete versteckte Datei jetzt angezeigt wird.<\/li>\n\n\n\n<li>Erstelle vor einer \u00c4nderung an <code>.htaccess<\/code> eine Sicherung.<\/li>\n<\/ol>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Note:<\/strong> Das Einblenden versteckter Dateien ist ungef\u00e4hrlich. Das Bearbeiten oder L\u00f6schen dieser Dateien kann dagegen erhebliche Auswirkungen auf deine Website haben.<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">When should you contact support?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Wenn du eine bestimmte versteckte Datei erwartest, sie trotz aktivierter Dotfile-Anzeige aber nicht findest, solltest du zun\u00e4chst den Dokumentenstamm der Domain kontrollieren.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For further analysis, the following information is particularly helpful:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>affected domain<\/li>\n\n\n\n<li>Name der gesuchten Datei<\/li>\n\n\n\n<li>Verzeichnis, in dem du die Datei erwartest<\/li>\n\n\n\n<li>Whether \"ob\" is an abbreviation for something specific or a typo in your source text, it translates to **whether** or **if** in English (from German, for example). If you intended a specific context, please provide the full sentence. <strong>Show hidden files (dotfiles)<\/strong> aktiviert ist<\/li>\n\n\n\n<li>ob aktuell ein Website-Fehler auftritt<\/li>\n\n\n\n<li>gegebenenfalls die genaue Fehlermeldung<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Teile keine Passw\u00f6rter oder andere Zugangsdaten innerhalb einer normalen Fehlerbeschreibung mit.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Summary<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Versteckte Dateien kannst du im CURIAWEB-cPanel \u00fcber <strong>Dateien \u2192 Dateimanager \u2192 Einstellungen<\/strong> einblenden. Aktiviere dort die Option <strong>Show hidden files (dotfiles)<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Danach werden auch Dateien und Verzeichnisse angezeigt, deren Namen mit einem Punkt beginnen. Ein wichtiges Beispiel ist <code>.htaccess<\/code>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If <code>.htaccess<\/code> trotz aktivierter Anzeige nicht vorhanden ist, kontrolliere zuerst den richtigen Dokumentenstamm. Nicht jede Website beziehungsweise Serverkonfiguration ben\u00f6tigt zwingend eine solche Datei.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Das Einblenden von Dotfiles ver\u00e4ndert die Dateien nicht. Beim Bearbeiten solltest du dagegen vorsichtig sein und insbesondere <code>.htaccess<\/code> vor jeder \u00c4nderung sichern.<\/p>","protected":false},"excerpt":{"rendered":"<p>Bestimmte Dateien werden im cPanel-Dateimanager standardm\u00e4\u00dfig m\u00f6glicherweise nicht angezeigt. Dazu geh\u00f6ren sogenannte versteckte Dateien beziehungsweise Dotfiles, deren Dateiname mit einem Punkt beginnt. Ein besonders wichtiges Beispiel ist: .htaccess Wenn du eine solche Datei im Dateimanager nicht findest, bedeutet das deshalb nicht automatisch, dass sie nicht vorhanden ist. In dieser Anleitung zeigen wir dir, wie du [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_joinchat":[],"footnotes":""},"doc_category":[78],"doc_tag":[],"class_list":["post-22539","docs","type-docs","status-publish","hentry","doc_category-webhosting-cpanel"],"year_month":"2026-09","word_count":1694,"total_views":"4","reactions":{"happy":"0","normal":"0","sad":"0"},"author_info":{"name":"Silvio Mazenauer","author_nicename":"admin-curia","author_url":"https:\/\/www.curiaweb.ch\/en\/author\/admin-curia\/"},"doc_category_info":[{"term_name":"Webhosting &amp; cPanel","term_url":"https:\/\/www.curiaweb.ch\/en\/hilfe-kategorie\/webhosting-cpanel\/"}],"doc_tag_info":[],"knowledge_base_info":[],"knowledge_base_slug":[],"_links":{"self":[{"href":"https:\/\/www.curiaweb.ch\/en\/wp-json\/wp\/v2\/docs\/22539","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.curiaweb.ch\/en\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/www.curiaweb.ch\/en\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/www.curiaweb.ch\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.curiaweb.ch\/en\/wp-json\/wp\/v2\/comments?post=22539"}],"version-history":[{"count":1,"href":"https:\/\/www.curiaweb.ch\/en\/wp-json\/wp\/v2\/docs\/22539\/revisions"}],"predecessor-version":[{"id":22541,"href":"https:\/\/www.curiaweb.ch\/en\/wp-json\/wp\/v2\/docs\/22539\/revisions\/22541"}],"wp:attachment":[{"href":"https:\/\/www.curiaweb.ch\/en\/wp-json\/wp\/v2\/media?parent=22539"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/www.curiaweb.ch\/en\/wp-json\/wp\/v2\/doc_category?post=22539"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/www.curiaweb.ch\/en\/wp-json\/wp\/v2\/doc_tag?post=22539"}],"curies":[{"name":"WP","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}