~www
22 itemsDownload ./*

..
backdoor
chat
comment
css
img
js
php
s
three-fbx-loader
thumbs
.htaccess
analytics.log
dl.php
favicon.gif
favicon.ico
favicon_red.ico
ffthumber.php
index.php
index.reimagined.php
randomskeleton.php
twily-reimagined.sh
visits


www.htaccess
954 B• 2 310•  1 week ago•  DownloadRawClose
1 week ago•  2 310

{}
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 [B,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,L]
# or /folder1/folder2/index.php?...

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



2 194 790 visits
... ^ v