Umstellung von HTML auf PHP für die Hauptseiten: Entfernen der HTML-Dateien (index.html, about.html, contact.html, vpc.html, vps.html, mail-gateway.html, webhosting.html) und Implementierung von PHP-Dateien (index.php, about.php, contact.php, vpc.php, vps.php, mail-gateway.php, webhosting.php). Anpassung der .htaccess-Datei zur Unterstützung von HTML zu PHP Weiterleitungen. Aktualisierung der Links in den Header- und Footer-Dateien auf die neuen PHP-Seiten.

This commit is contained in:
Samuel Müller
2025-08-01 15:01:28 +02:00
parent 5088da82e9
commit 65ff0da7a9
18 changed files with 397 additions and 3160 deletions

View File

@@ -18,7 +18,7 @@ includeHeader($page_title, $page_description, $current_page, $additional_scripts
<div class="contact-hero-content">
<?php
generateBreadcrumbs([
['title' => 'Home', 'url' => 'index.html'],
['title' => 'Home', 'url' => 'index.php'],
['title' => 'Kontakt', 'url' => '']
]);
?>