rewrite rule to switch to subfolder
- by Midday
I'm deploying a Wordpress blog, but I don't want to overwrite the current site yet.
public_html/. <-- the current site
public_html/wp/. <-- the new site
How must my .htaccess look like so I can seamlessly switch from the current site to the new one
so that http://domain.tld shows the new site like it would be directly in the public_html folder