📁
SKYSHELL MANAGER
PHP v7.4.33
Create
Create
Path:
root
/
home
/
clients
/
24bc4cc68eb7a0f1b96eb8e8f40cae6e
/
web
/
libidon
/
Name
Size
Perm
Actions
📁
wp-includes
-
0755
🗑️
🏷️
🔒
📁
wp-content
-
0755
🗑️
🏷️
🔒
📁
wp-admin
-
0755
🗑️
🏷️
🔒
📄
wp-trackback.php
5.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-signup.php
33.81 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-settings.php
31.88 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
8.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-login.php
50.63 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-load.php
3.84 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-links-opml.php
2.43 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-cron.php
5.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-config.php
4.13 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-comments-post.php
2.27 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-config-sample.php
3.26 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-blog-header.php
0.34 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
7.2 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wordfence-waf.php
0.18 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
readme.cc49b20506ecf56f8c26ad703ff17e51.html
7.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
mma-export-processing-invoices.php
8.41 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
mma-export-processing-invoices-dyn.php
33.82 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
license.txt
19.44 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
0.4 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
.htaccess.bak_20260612_085256
4.14 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
.htaccess.bak_20260609_072555
0.55 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
.htaccess
4.85 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
xmlrpc.php
3.13 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: .htaccess.bak_20260612_085256
# ============================================================================== # WordPress + Elementor + Infomaniak # Version propre et sécurisée # ============================================================================== # ------------------------------------------------------------------------------ # HTTPS # ------------------------------------------------------------------------------ <IfModule mod_rewrite.c> RewriteEngine On # Redirection HTTPS propre compatible Infomaniak RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] </IfModule> # ------------------------------------------------------------------------------ # Protection fichiers sensibles # ------------------------------------------------------------------------------ <Files wp-config.php> Require all denied </Files> <Files .htaccess> Require all denied </Files> <Files xmlrpc.php> Require all denied </Files> <FilesMatch "^(readme\.html|license\.txt|readme\.txt)$"> Require all denied </FilesMatch> <FilesMatch "\.(sql|log|ini|sh|bak|swp|dist)$"> Require all denied </FilesMatch> # ------------------------------------------------------------------------------ # Protection uploads # Empêche l'exécution PHP dans uploads # ------------------------------------------------------------------------------ <IfModule mod_rewrite.c> RewriteRule ^wp-content/uploads/.*\.(php|phtml|phps)$ - [F,L] </IfModule> # ------------------------------------------------------------------------------ # Désactivation listing dossiers # ------------------------------------------------------------------------------ Options -Indexes # ------------------------------------------------------------------------------ # Headers sécurité # ------------------------------------------------------------------------------ <IfModule mod_headers.c> Header always set X-Content-Type-Options "nosniff" Header always set X-Frame-Options "SAMEORIGIN" Header always set Referrer-Policy "strict-origin-when-cross-origin" # Protection navigateur moderne Header always set Permissions-Policy "geolocation=(), microphone=(), camera=()" # Masquer signature serveur Header unset X-Powered-By </IfModule> ServerSignature Off # ------------------------------------------------------------------------------ # Compression GZIP # ------------------------------------------------------------------------------ <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/json AddOutputFilterByType DEFLATE image/svg+xml </IfModule> # ------------------------------------------------------------------------------ # Cache navigateur # ------------------------------------------------------------------------------ <IfModule mod_expires.c> ExpiresActive On # Images ExpiresByType image/jpeg "access plus 1 year" ExpiresByType image/png "access plus 1 year" ExpiresByType image/gif "access plus 1 year" ExpiresByType image/webp "access plus 1 year" ExpiresByType image/svg+xml "access plus 1 year" # CSS / JS ExpiresByType text/css "access plus 1 month" ExpiresByType application/javascript "access plus 1 month" # Fonts ExpiresByType font/woff2 "access plus 1 year" ExpiresByType font/woff "access plus 1 year" </IfModule> # Force le HTTPS dans le navigateur (HSTS) Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains" # ------------------------------------------------------------------------------ # WordPress # ------------------------------------------------------------------------------ # BEGIN WordPress # Les directives (lignes) entre « BEGIN WordPress » et « END WordPress » sont générées # dynamiquement, et doivent être modifiées uniquement via les filtres WordPress. # Toute modification des directives situées entre ces marqueurs sera surchargée. <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Save