D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ensad
/
staging.ensad.edu.pe
/
Filename :
.htaccess
back
Copy
RewriteEngine On RewriteCond %{REQUEST_URI} !^/maintenance\.html$ RewriteCond %{REQUEST_URI} !\.(css|js|png|jpg|jpeg|gif|ico|svg|woff|woff2)$ RewriteRule ^.*$ /maintenance.html [R=503,L] ErrorDocument 503 /maintenance.html <Files "maintenance.html"> Require all granted </Files> <Files 403.shtml> order allow,deny allow from all </Files>