Move my WP website available at example to example/subdir but I don't want to make it available on example
I want an "under construction" webpage on "example", but people (that I've chosen before) with the link of /subdir could access to it. In that way, visitors can still see a website and my client could as well see where am I in the process of website making.
I've read all stackoverflow's post talking about something like that but nothing helped me so far.
I've done everything following tutorials available online ;
wp-config.php
.htaccess
& index.php
into /subdir/../
, the trick won't work as well
Move my WP website available at example to example/subdir but I don't want to make it available on example
I want an "under construction" webpage on "example", but people (that I've chosen before) with the link of /subdir could access to it. In that way, visitors can still see a website and my client could as well see where am I in the process of website making.
I've read all stackoverflow's post talking about something like that but nothing helped me so far.
I've done everything following tutorials available online ;
wp-config.php
.htaccess
& index.php
into /subdir/../
, the trick won't work as well
If anyone is struggling to do such a thing, here's a simple way ;
Using the WP Dashboard, make a new page "subdir" and set is as whatever you want (for me it was a blank-page for my "under construction" page".
Then go to your theme settings and set this freshly made webpage as the main webpage & you'll be done.
At first I thought I had to do migrating work but I didn't have to do such a thing, it was a bit too much overthinking :)