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
5 lines
63 B
Plaintext
5 lines
63 B
Plaintext
User-agent: *
|
|
Allow: /
|
|
|
|
Sitemap: https://provoc.ug/sitemap.xml
|