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

@@ -25,7 +25,7 @@ includeHeader($page_title, $page_description, $current_page);
</p>
<div class="hero-actions">
<a href="#products" class="btn btn-primary">Produkte entdecken</a>
<a href="contact.html" class="btn btn-secondary">Kontakt aufnehmen</a>
<a href="contact.php" class="btn btn-secondary">Kontakt aufnehmen</a>
</div>
</div>
<div class="hero-visual">
@@ -72,7 +72,7 @@ includeHeader($page_title, $page_description, $current_page);
<li>DDoS Protection</li>
<li>99.9% Uptime</li>
</ul>
<a href="vpc.html" class="btn btn-primary">Mehr erfahren</a>
<a href="vpc.php" class="btn btn-primary">Mehr erfahren</a>
</div>
<div class="product-card glass-card">
<div class="product-icon">
@@ -90,7 +90,7 @@ includeHeader($page_title, $page_description, $current_page);
<li>Backup-Service</li>
<li>24/7 Monitoring</li>
</ul>
<a href="vps.html" class="btn btn-primary">Mehr erfahren</a>
<a href="vps.php" class="btn btn-primary">Mehr erfahren</a>
</div>
<div class="product-card glass-card">
<div class="product-icon">
@@ -107,7 +107,7 @@ includeHeader($page_title, $page_description, $current_page);
<li>Webmail Interface</li>
<li>Mobile Sync</li>
</ul>
<a href="mail-gateway.html" class="btn btn-primary">Mehr erfahren</a>
<a href="mail-gateway.php" class="btn btn-primary">Mehr erfahren</a>
</div>
<div class="product-card glass-card">
<div class="product-icon">
@@ -127,7 +127,7 @@ includeHeader($page_title, $page_description, $current_page);
<li>Automatische Backups</li>
<li>PHP & MySQL</li>
</ul>
<a href="webhosting.html" class="btn btn-primary">Mehr erfahren</a>
<a href="webhosting.php" class="btn btn-primary">Mehr erfahren</a>
</div>
</div>
</div>
@@ -196,8 +196,8 @@ includeHeader($page_title, $page_description, $current_page);
<h2>Bereit für zuverlässiges Hosting?</h2>
<p>Starten Sie noch heute mit HexaHost und erleben Sie den Unterschied</p>
<div class="cta-actions">
<a href="contact.html" class="btn btn-primary">Jetzt starten</a>
<a href="about.html" class="btn btn-secondary">Mehr über uns</a>
<a href="contact.php" class="btn btn-primary">Jetzt starten</a>
<a href="about.php" class="btn btn-secondary">Mehr über uns</a>
</div>
</div>
</div>