First create a self-hosted WordPress site with WordPress installed in a subdirectory.
https://example.com/wp -- site URL
https://example.com -- home URL
The install URL did work once I entered the Site URL
For the home URL to find WordPress instead of reporting back WordPress was not found.
Was given a message my site was not a WordPress site.
As the above is an improvement on the related #6085 and #6088 I'll close those in favor of this one.
At least part of the fix for this should probably be actually accepting the home URL, and then checking the meta data in the page to figure out the site URL dynamically. You can get it from the pingback
, EditURI
, or wlwmanifest
header tags in the source of the document. They're not always available though, so maybe tweaking the wording can help here as well.
That url doesn't seem to be a WordPress site
would be more accommodating. It would also be good to give a follow-up option. Perhaps a support doc outlining common connection problems or an explicit path to get help.
This issue has been marked as stale because it hasn't been updated in a while. It will be closed in a week.
If you would like it to remain open, can you please you comment below and see what you can do to get things moving with this issue?
Thanks! 馃檹
Most helpful comment
At least part of the fix for this should probably be actually accepting the home URL, and then checking the meta data in the page to figure out the site URL dynamically. You can get it from the
pingback
,EditURI
, orwlwmanifest
header tags in the source of the document. They're not always available though, so maybe tweaking the wording can help here as well.