Files
server/opt/psa/admin/conf/templates/default/domain/service/suspend.php
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00:00

8 lines
252 B
PHP

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{ENV:REDIRECT_STATUS} !=503
RewriteCond %{REQUEST_URI} !\.(jpe?g?|png|gif|ico|svg|css)$ [NC]
RewriteCond %{REQUEST_URI} !robots\.txt$ [NC]
RewriteRule ^ - [L,R=503]
</IfModule>