Hey guys! I am setting up my first campaign on Propser 202 using Beyond VPS.
I'm stuck at figuring out my Landing Page URL. I created a landing page in Adobe Muse, and transferred the entire MuseExport folder into my server via Filezilla. The problem is, I can't figure out what the URL for this page is or how to bring up my landing page on the Internet. I looked in File Manager on my cPanel and it is in my public_html folder under my FTP account name, but I can't figure out how to generate a URL out of that.
Thanks in advance, I'm feeling like a baby learning how to walk here haha.
public_html is usually your root folder for your domain (so http://www.yourdomain.com would point to public_html), so just add the extra folder name to your URL and you're there (e.g. http://www.yourdomain.com/yourfolder/).
By default it'll load index.html / index.htm / index.php etc in the directory you point to, or you can be more specific and use a URL like http://www.yourdomain.com/yourfolder/yourfile.html to point to a specific non-index file.
Hope that helps! 
Adobe muse also has an "upload to ftp" option and it does it for you
what valiant said is in your web server configuration