Can’t access About page from blog homepage
-
I wanted my blog’s homepage to be mydomain.net instead of mydomain.net/wordpress, so I created an index.php file with this code in the root directory:
<?php
header( ‘Location: https://www.mydomain.net/blog’ ) ;
?>That worked fine, but now I can’t access my static About page from the homepage. Any ideas? Thank you.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Can’t access About page from blog homepage’ is closed to new replies.