Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 18.217.1.165
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
magento247 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-04-24 14:16
php53
[ DIR ]
drwxr-xr-x
2025-04-24 14:16
php56
[ DIR ]
drwxr-xr-x
2025-04-24 14:16
php71
[ DIR ]
drwxr-xr-x
2025-04-24 14:16
php81
[ DIR ]
drwxr-xr-x
2025-04-24 14:16
php82
[ DIR ]
drwxr-xr-x
2025-04-24 14:16
Notes.txt
3.92
KB
-rw-r--r--
2025-04-23 12:14
_config.php
15.7
KB
-rw-r--r--
2025-04-22 11:20
clone.php
6.83
KB
-rw-r--r--
2025-04-24 05:13
config.php
14.9
KB
-rw-r--r--
2025-04-22 11:20
di.xml
133.37
KB
-rw-r--r--
2025-04-22 11:20
edit.php
4.38
KB
-rw-r--r--
2025-04-24 05:13
edit.xml
433
B
-rw-r--r--
2025-04-22 11:20
env.php
2.13
KB
-rw-r--r--
2025-04-22 11:20
fileindex.php
323
B
-rw-r--r--
2025-04-22 11:20
import.php
7.05
KB
-rw-r--r--
2025-04-24 05:13
info.xml
4.88
KB
-rw-r--r--
2025-04-23 12:14
install.js
2.02
KB
-rw-r--r--
2025-04-22 11:20
install.php
21.98
KB
-rw-r--r--
2025-04-24 05:13
install.xml
1.55
KB
-rw-r--r--
2025-04-23 12:14
magento247.sql
898.88
KB
-rw-r--r--
2025-04-23 12:14
magento247.zip
37.92
MB
-rw-r--r--
2025-04-23 12:14
md5
1.92
KB
-rw-r--r--
2025-04-24 05:13
pubstatic_.htaccess
4.29
KB
-rw-r--r--
2025-04-22 11:20
remove.php
2.54
KB
-rw-r--r--
2025-04-24 05:13
sample_data.sql
11.35
MB
-rw-r--r--
2025-04-23 12:14
sampledata.zip
199.79
MB
-rw-r--r--
2025-04-23 12:14
vendor.zip
57.4
MB
-rw-r--r--
2025-04-23 12:14
vendor_magento1.zip
73.2
MB
-rw-r--r--
2025-04-23 12:14
vendor_magento2.zip
3.47
MB
-rw-r--r--
2025-04-23 12:14
vendor_magento3.zip
21.93
MB
-rw-r--r--
2025-04-23 12:14
vendorsd_magento1.zip
74.12
MB
-rw-r--r--
2025-04-23 12:14
vendorsd_magento2.zip
80.52
MB
-rw-r--r--
2025-04-23 12:14
vendorsd_magento3.zip
21.29
MB
-rw-r--r--
2025-04-23 12:14
Save
Rename
<IfModule mod_php7.c> php_flag engine 0 </IfModule> <IfModule mod_php.c> php_flag engine 0 </IfModule> # To avoid situation when web server automatically adds extension to path Options -MultiViews <IfModule mod_rewrite.c> RewriteEngine On ## you can put here your pub/static folder path relative to web root RewriteBase [[relativeurl]]/pub/static/ # Remove signature of the static files that is used to overcome the browser cache RewriteRule ^version.+?/(.+)$ $1 [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-l RewriteRule .* ../static.php?resource=$0 [L] # Detects if moxieplayer request with uri params and redirects to uri without params <Files moxieplayer.swf> RewriteCond %{QUERY_STRING} !^$ RewriteRule ^(.*)$ %{REQUEST_URI}? [R=301,L] </Files> </IfModule> ############################################ ## setting MIME types # JavaScript AddType application/javascript js jsonp AddType application/json json # HTML AddType text/html html # CSS AddType text/css css # Images and icons AddType image/x-icon ico AddType image/gif gif AddType image/png png AddType image/jpeg jpg AddType image/jpeg jpeg AddType image/webp webp AddType image/avif avif AddType image/avif-sequence avifs # SVG AddType image/svg+xml svg svgz # Fonts AddType application/vnd.ms-fontobject eot AddType application/x-font-ttf ttf AddType application/x-font-otf otf AddType application/x-font-woff woff AddType application/font-woff2 woff2 # Manifest AddType application/manifest+json webmanifest # Archives and exports AddType application/zip gzip AddType application/x-gzip gz gzip AddType application/x-bzip2 bz2 AddType text/csv csv AddType application/xml xml <IfModule mod_headers.c> <FilesMatch .*\.(ico|jpg|jpeg|png|gif|svg|webp|avif|avifs|js|css|eot|ttf|otf|woff|woff2|html|json|webmanifest)$> Header append Cache-Control public </FilesMatch> <FilesMatch .*\.(zip|gz|gzip|bz2|csv|xml)$> Header append Cache-Control no-store </FilesMatch> </IfModule> <IfModule mod_expires.c> ############################################ ## Add default Expires header ## http://developer.yahoo.com/performance/rules.html#expires ExpiresActive On # Data <FilesMatch \.(zip|gz|gzip|bz2|csv|xml)$> ExpiresDefault "access plus 0 seconds" </FilesMatch> ExpiresByType text/xml "access plus 0 seconds" ExpiresByType text/csv "access plus 0 seconds" ExpiresByType application/json "access plus 0 seconds" ExpiresByType application/zip "access plus 0 seconds" ExpiresByType application/x-gzip "access plus 0 seconds" ExpiresByType application/x-bzip2 "access plus 0 seconds" # Manifest <FilesMatch \.(webmanifest)$> ExpiresDefault "access plus 0 seconds" </FilesMatch> ExpiresByType application/manifest+json "access plus 0 seconds" # CSS, JavaScript, html <FilesMatch \.(css|js|html|json)$> ExpiresDefault "access plus 1 year" </FilesMatch> ExpiresByType text/css "access plus 1 year" ExpiresByType text/html "access plus 1 year" ExpiresByType application/javascript "access plus 1 year" ExpiresByType application/json "access plus 1 year" # Favicon, images, flash <FilesMatch \.(ico|gif|png|jpg|jpeg|svg|svgz|webp|avif|avifs)$> ExpiresDefault "access plus 1 year" </FilesMatch> ExpiresByType image/gif "access plus 1 year" ExpiresByType image/png "access plus 1 year" ExpiresByType image/jpg "access plus 1 year" ExpiresByType image/jpeg "access plus 1 year" ExpiresByType image/svg+xml "access plus 1 year" ExpiresByType image/webp "access plus 1 year" ExpiresByType image/avif "access plus 1 year" ExpiresByType image/avif-sequence "access plus 1 year" # Fonts <FilesMatch \.(eot|ttf|otf|svg|woff|woff2)$> ExpiresDefault "access plus 1 year" </FilesMatch> ExpiresByType application/vnd.ms-fontobject "access plus 1 year" ExpiresByType application/x-font-ttf "access plus 1 year" ExpiresByType application/x-font-otf "access plus 1 year" ExpiresByType application/x-font-woff "access plus 1 year" ExpiresByType application/font-woff2 "access plus 1 year" ExpiresByType font/opentype "access plus 1 year" ExpiresByType font/truetype "access plus 1 year" </IfModule>