~www
17 itemsDownload ./*

17 itemsDownload ./*

..
backdoor
chat
comment
css
img
js
php
s
.htaccess
analytics.log
dl.php
favicon.gif
favicon.ico
favicon_red.ico
index.php
randomskeleton.php
visits


www.htaccess
2 021•  6 months ago•  DownloadRawClose
6 months ago•  2 021

{}
Options -Indexes

RewriteEngine On
RewriteBase /
# or /folder1/folder2/

# Remove www (redirect non-www)
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ https://%1/$1 [R=301,L]

# Redirect all insecure requests
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R=301,L]

# tell web browsers not to even try HTTP on this domain for the next year
# uncomment this only after you've confirmed your site is working on HTTPS, since it commits you to providing it over HTTPS
#Header set Strict-Transport-Security "max-age=31536000" env=HTTPS
#Header unset Strict-Transport-Security

RedirectMatch 403 ^/?s/(.*)\.php$
RedirectMatch 403 ^/?chat/(.*)\.log$

RewriteRule ^/?d/(.*)$ /dl.php?p=$1 [NC,L]
# or /folder1/folder2/dl.php?...

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f

#RewriteRule ^(.*)$ /index.php?p=$1 [NC,L]
RewriteRule ^(.*)$ /index.php?p=$1 [B,NC,L]
# or /folder1/folder2/index.php?...

Top
©twily.info 2013 - 2024
twily at twily dot info



2 011 867 visits
... ^ v