mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-07-19 00:49:50 +00:00
Added failover for server configuration
This commit is contained in:
27
index.html
Normal file
27
index.html
Normal file
@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Please Enable php OR/AND apache mod_rewrite</title>
|
||||
<link rel="stylesheet" href="index.css">
|
||||
</head>
|
||||
<body>
|
||||
<!--
|
||||
this file will only be seen if there is a missconfiguration in the server
|
||||
-->
|
||||
<div class="container">
|
||||
<div class="wrapper">
|
||||
<div class="content">
|
||||
<div class="item">
|
||||
<h1>There is an Error</h1>
|
||||
<p>Please have php AND apache mod_rewrite enabled</p>
|
||||
<p style="font-size: 1rem;">AdminPanel by <a href="https://delta-wings.net/">Aviortheking</a></p>
|
||||
<p style="font-size: 0.7rem;">Webpage Source: <a href="https://codepen.io/ompmega/pen/tDKCo">Ompmega</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user