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/public_html/marketingjournal.net/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/akhilnew/public_html/marketingjournal.net/.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>Page Not Found [404]</title><link rel="shortcut icon" href="images/favicon.ico" /></head><body>Page Not Found [404]</body></html>'
ErrorDocument 404 '<html><head><title>Page Not Found [404]</title><link rel="shortcut icon" href="images/favicon.ico" /></head><body>Page Not Found [404]</body></html>'

RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^ https://www.marketingjournal.net%{REQUEST_URI} [NC,L,R=301,NE]

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

RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^board/join$ board.php [L,QSA]

RewriteRule ^archives/([a-zA-Z0-9.]+)$ archives.php?params=$1 [L,QSA]

RewriteRule ^article/([a-z]+)/([0-9]+)/([A-Z0-9-]+)$ article.php?type=$1&articleid=$2&refnumber=$3 [L,QSA]

RewriteRule ^payment/success/([A-Z0-9]+)/([A-Z0-9]+)$ payment/response.php?status=success&txnid=$1&token=$2 [L,QSA]
RewriteRule ^payment/failed/([A-Z0-9]+)/([A-Z0-9]+)$ payment/response.php?status=failed&txnid=$1&token=$2 [L,QSA]

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

RewriteRule ^archives/(\d{4})/vol(\d+)issue(\d+[A-Z]?)/Part([A-Z]+)/(.+)$ archive_file.php?year=$1&volume=$2&issue=$3&part=$4&file=$5 [L,QSA]

RewriteRule ^sitemap\.xml/?$ sitemap.php

# pages
RewriteRule ^sitemap_page\.xml/?$ sitemap_page.php

# archives:
RewriteRule ^sitemap_archives_([0-9]{4})\.xml$ sitemap_archives.php?si=N&year=$1 [L,QSA]

# special issues:
RewriteRule ^sitemap_specialissue_([0-9]{4})\.xml$ sitemap_archives.php?si=Y&year=$1 [L,QSA]

Redirect /subscription /marketing-journal-subscription
</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>

Youez - 2016 - github.com/yon3zu
LinuXploit