If I upload a file foo.pdf
to WordPress I can access it at http://example.com/foo/
. (There is a simple HTML page with a link to the PDF file).
If I then create a Page named foo
I cannot view or preview the Page because the default URL, http://example.com/foo/
, will resolve to the page for the PDF.
How can I resolve this URL conflict?