Rename www subdirectories to full domain names
- www/www -> www/www.domain.de - www/api -> www/api.domain.de - www/game -> www/game.domain.de Each domain now has its own directory with public/ Document Root.
This commit is contained in:
17
www/www.domain.de/public/index.php
Normal file
17
www/www.domain.de/public/index.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* www.domain.de — Hauptseite
|
||||
*/
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>www.domain.de</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Willkommen</h1>
|
||||
<p>Dies ist die Hauptseite.</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user