Moving a website from a subdomain to the domain root

23 views Asked by At

I have an httpd service on Amazon EC2 that hosts a Wordpress site on a /wordpress subdirectory (the WordPress is live on https://example.com/wordpress).

Now, I want the Wordpress site to be hosted on the root: https://example.com/ should point to the Wordpress site.

What do you think should be done? Is it enough to copy the contents from /var/www/html/wordpress to /var/www/html folder?

0

There are 0 answers