• I have developed a WordPress site however I want to add HTML webpage as a subpage to the site. Example

    an example URL is:
    https://www.mysite.com (which represents my WordPress site)

    But I want to add a subpage of my HTML site (NOT connected to my Word Press, so no templates etc)
    https://www.mysite.com/dreamweavermade

    Where would I put the dreamweavermade.html file so that if you type the above address, my html written non wp made page will show up?

Viewing 2 replies - 1 through 2 (of 2 total)
  • To do what you describe, create a folder in your public_html directory called dreamweavermade and put the dreamweavermade.html in it. Then rename dreamweavermade.html to index.html

    Thread Starter rchesson

    (@rchesson)

    I’m not following you on that. According to my server, my root file/destination path is app(and then a bunch of numbers). Inside this folder is all the WordPress files. However because wordpress is a read only, I cannot put any files into it. So how can I put the HTML file inside here?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding a subpage that is not WP but an independently made HTML’ is closed to new replies.