The Most Active and Friendliest
Affiliate Marketing Community Online!

“TES  “CPA

how to upload landing page

You start with your domain, something like mysite.com.

When you FTP into your domain, you should see a place where your web site files go - usually a directory called "public_html" or something like that. From there, you can create a new directory for each landing page. So, your directory structure would look something like this:

Code:
/home/mysite.com/public_hml/landing1/
/home/mysite.com/public_hml/landing2/
/home/mysite.com/public_hml/landing3/

Once you've uploaded your landing pages, those directories you created will correspond to URL's. Since "public_html" is your root directory, that means your subdirectories will be shown in your online URL as well, like so:

Code:
http://mysite.com/landing1/
http://mysite.com/landing2/
http://mysite.com/landing3/

It can be confusing at first, but it gets easy once you understand a few of the basics.

Hope this helps!
 
MI
Back