Initial commit — Provoc Group website
Full website with security hardening: - Redesigned sections: hero, services, capabilities, clients, partners, stats, about, workflow, contact - Contact form fixed (variable names, XSS sanitisation, rate limiting, open redirect removed) - .htaccess with security headers (CSP, X-Frame-Options, X-Content-Type-Options, Referrer-Policy) - error_log blocked from public access - Robots.txt corrected to allow JS/CSS for SEO rendering
This commit is contained in:
8
htx
Normal file
8
htx
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
RewriteEngine on
|
||||
RewriteCond %{HTTP_HOST} ^provoc\.ug$ [OR]
|
||||
RewriteCond %{HTTP_HOST} ^www\.provoc\.ug$
|
||||
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
|
||||
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
|
||||
RewriteRule ^(.*)$ "http\:\/\/provocgroup\.com\/$1" [R=301,L]
|
||||
|
||||
Reference in New Issue
Block a user