Placeholder content for domains without content
open the file "/public/.htaccess" and change this line
SetEnv SERVER_ADMIN email@domain.tld
open the file "/public/.htaccess" and change this line
DefaultLanguage de-DE
open the file "/public/.htaccess" and change this lines
RewriteRule (.*) https://domain.tld%{REQUEST_URI} [R=301,L]
RewriteCond %{HTTP_HOST} !^domain\.tld$ [NC]
RewriteRule (.*) https://domain.tld%{REQUEST_URI} [R=301,L]
open the file "/src/style.scss" and change the style
$page-bg-color: #373f43;
$title-font-color: #ffffff;
$title-font-size: 24px;after changing the style, render the style.css file and replace the new "style.css" file in the "/public/style" folder with the existing file.
open the file "/public/config.php" and change the content values
public static $domain_name = 'domain.tld';
public static $page_title = 'domain.tld';upload the contents of the "/public" directory to your public server directory
PHP 5 or higher, Apache2 (with modules: mod_rewrite)
This bundle is under the MIT license.