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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user