pickWP
Forum Replies Created
-
There’s an easy fix, just change line 98 in
include/Core/UI/Page/Check_Email_Status_Page.phpto:<form action="' . esc_url( admin_url( 'admin.php?page=check-email-status' ) ) .'" method="post">Forum: Fixing WordPress
In reply to: Two sites – same content different languageHave you looked into WPML? You could still use two domains but rather than duplicating the entire site you’d be able to just translate the content. WPML also has the option to put languages in subdirs: yoursite.com/en vs yoursite.com/fr
Regarding Google, here’s a resource that may assist you:
Forum: Fixing WordPress
In reply to: Can’t access new WordPress site until I change nameserversIt is literally just a text file on your machine. If you’re on macOS it’s the /etc/hosts file. You add the entries to the file and that is all there is to it.
Also, google is your friend. Try searching for “how to edit hosts file Windows” or “how to edit hosts file Linux”
Forum: Fixing WordPress
In reply to: Can’t access new WordPress site until I change nameserversOne option is that you could add an /etc/hosts entry on your local machine to point to the IP address of the new server. You will have to remove it in order to view your old website.
The local machine’s hosts file is authoritative in the case of DNS name lookups.