Gifari Industries - BD Cyber Security Team
Home
/
home
/
u861052488
/
domains
/
hotpink-monkey-924176.hostingersite.com
/
public_html
/
โ๏ธ
Editing: .htaccess
<IfModule mod_expires.c> ExpiresActive Off </IfModule> <IfModule mod_headers.c> Header set Cache-Control "no-store, no-cache, must-revalidate, max-age=0" Header set Pragma "no-cache" Header set Expires 0 </IfModule> <FilesMatch "\.(html|php|css|js|jpg|png|gif)$"> Header set Cache-Control "no-store, no-cache, must-revalidate, max-age=0" Header set Pragma "no-cache" Header set Expires 0 </FilesMatch> <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^(.*)$ public/$1 [L] </IfModule>
๐พ Save
โ Cancel