Mobile app version of vmapp.org
Login or Join
RJPawlick198

: How to upload site to specific subpage I have two sites. One I created in Adobe Muse and uploaded it to randomdomain.com through FileZilla. The other was created outside of Adobe Muse, and

@RJPawlick198

Posted in: #Ftp #Uploading #WebDevelopment #WebHosting

I have two sites. One I created in Adobe Muse and uploaded it to randomdomain.com through FileZilla. The other was created outside of Adobe Muse, and has its own CSS stylesheets and PHP code.

I want to upload this second site to randomdomain.com/subpage.html

Things I've tried:


Uploading the second site to a new folder ("Subpage").
Moving "subpage.html" to the root folder, while keeping other assets in the Subpage folder.
Renaming "subpage.html" inside the subpage folder to index.html.
And so on.


So far I haven't been able to access the second page at the address I wanted it to be. What am I doing wrong here?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @RJPawlick198

1 Comments

Sorted by latest first Latest Oldest Best

 

@Pope3001725

If you're making a subfolder, you should let all the files in the folder, rename the subpage.html to index.html and access as: randomdomain.com/subpage/

If you want a subpage (randomdomain.com/subpage.html) then drop ALL the files on the main folder OR drop in a subfolder (randomdomain.com/stuffforthesubpage/) and correct all the links on your subpage.html to link correctly (change your "css/css.css" to "stuffforthesubpage/css/css.css")

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme