This website requires JavaScript.
Explore
Help
Register
Sign In
smueller
/
HexaHost-Frontend
Watch
1
Star
0
Fork
0
You've already forked HexaHost-Frontend
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
46
Commits
3
Branches
0
Tags
25757da3ac3f923dbe014a9dbb14c059d808a9ff
Commit Graph
3 Commits
Author
SHA1
Message
Date
TheOnlyMace
2dbcd2d3b7
Update main tag in multiple PHP files to include an ID for improved accessibility and styling: Changed
<main>
to
<main id="main-content">
in 404, 500, about, agb, contact, datenschutz, impressum, index, mail-gateway, vpc, vps, and webhosting pages. Additionally, updated copyright year in email templates to be dynamic.
2026-01-16 23:52:33 +01:00
TheOnlyMace
ebb15eb5c2
Refactor URL handling and improve navigation: Updated .htaccess for cleaner URL structure by removing .php extensions and redirecting to clean URLs. Modified various pages to use absolute paths for links, enhancing consistency and user experience. Updated error pages and footer links accordingly.
2026-01-13 23:15:10 +01:00
TheOnlyMace
2df47dc461
Enhance security and configuration of contact form: Added Content Security Policy and Strict-Transport-Security headers in .htaccess for improved security. Updated error handling to use a single 404.php for various error codes. Removed deprecated config.php and composer.json files, and implemented IP address detection for better security. Added honeypot field for bot protection in contact form and improved session security settings in functions.php.
2026-01-13 23:04:05 +01:00