Skip to content

Change Default page #3058

Answered by dgw
jdenos asked this question in Q&A
Sep 11, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Very simple index.php will do it assuming your HTTP server is set up to treat such a file as the directory index (like index.html is by default).

<?php
header("HTTP/1.1 301 Moved Permanently"); 
header("Location: https://your.main.site/");

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jdenos
Comment options

Answer selected by ozh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants