����
One Hat Cyber Team
One Hat Cyber Team
Your IP :
3.133.130.103
Server IP :
192.185.194.254
Server :
Linux raider.websitewelcome.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Server Software :
Apache
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home2
/
glenar
/
ads.glenar.com
/
1
/
View File Name :
.htaccess
RewriteOptions inherit # This turns on mod_rewrite and redirects any paths that don't physically exist # to /index.php. You can then access that path info (to determine what to do) in # PHP using $_SERVER['REQUEST_URI'] and $_SERVER['REDIRECT_URL']. This is an easy # way to avoid having hundreds of rewrite rules slowing down Apache and making things # more complicated than they should be. # Note: If you're having trouble making Apache pickup your .htaccess file, # make sure AllowOverride is set to "All" instead of "None". AddDefaultCharset utf-8 RewriteEngine On RewriteBase / RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] # RewriteCond %{REQUEST_FILENAME} !-f # If not a file... # RewriteCond %{REQUEST_FILENAME} !-d # and not a directory... # RewriteRule . /index.php [L] # serve index.php RewriteCond %{THE_REQUEST} ^GET\ (.*)\/index\.php\ HTTP/ RewriteRule ^(.*)index\.php$ /%1 [R=301,L] RewriteRule ^(.*)rss\.xml$ blog/rss.php [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d #RewriteRule ^(.*)$ /index.php?path=mainmenu/$1 [L] #RewriteCond %{REQUEST_URI} ^(.*)/(.*)$ [NC] RewriteRule ^(.*)$ %1/blog/index.php?path=mainmenu/$1 [L,QSA] #RewriteCond %{REQUEST_URI} ^(.*)/([^/]+)$ [NC] #RewriteRule ^([^/]+)$ %1/index.php?path=mainmenu/$1 [L,QSA] #RewriteCond %{REQUEST_URI} ^(.*)/category/(.*)$ [NC] #RewriteRule ^category/(.*)$ %1/index.php?path=mainmenu/$1 [L,QSA] #RewriteCond %{REQUEST_URI} ^(.*)/blog/(.*)$ [NC] #RewriteRule ^blog/(.*)$ %1/inner-blog-post-2.php?id=$1 [L,QSA] #RewriteRule ^listing/([0-9]+[^/]*)/([edit|delete|copy]+[^/]*)$ /listing-edit.php?id=$1&act=$2 [L,QSA] #RewriteRule ^questions/([0-9]+[^/]*)$ /questions.php?id=$1 [L] #RewriteRule ^buy-top-position/([0-9]+[^/]*)$ /buy-top-position.php?id=$1 [L] #RewriteRule ^blog/([A-Za-z0-9-]+)/?$ /blog-listing.php?id=$1 [L]