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.

This commit is contained in:
TheOnlyMace
2026-01-13 23:15:10 +01:00
parent 4382fd3e0b
commit ebb15eb5c2
13 changed files with 53 additions and 46 deletions

View File

@@ -233,8 +233,8 @@ includeHeader($page_title, $page_description, $current_page);
<h2>Bereit für die Zusammenarbeit?</h2>
<p>Lassen Sie uns gemeinsam Ihre Hosting-Lösung entwickeln</p>
<div class="cta-actions">
<a href="contact.php" class="btn btn-primary">Kontakt aufnehmen</a>
<a href="vpc.php" class="btn btn-secondary">Produkte entdecken</a>
<a href="/contact" class="btn btn-primary">Kontakt aufnehmen</a>
<a href="/vpc" class="btn btn-secondary">Produkte entdecken</a>
</div>
</div>
</div>