Home > Questions and Answers > General Questions

Beginner's guide to landing pages (6)


04-14-2014 06:57 PM #1 laison1234 (Member)
Beginner's guide to landing pages

Are there any guides her on STM (I can't seem to find any) or elsewhere that teaches you how to do landing pages and properly link them up with your affiliate network and tracking software?

Thanks


04-14-2014 07:19 PM #2 laison1234 (Member)

Never mind found some tutorials.

But when uploading landing pages via FTP:
Where do you upload them in FTP? Do you put them in the public_html folder?
Or do I create a subfolder within FTP for each offer and within each subfolder I store all my landing pages for that offer?

Sorry if my questions are confusing but would appreciate any help.

Thanks


04-14-2014 08:11 PM #3 hot rats (Member)

If your host has cPanel you should be able to set the root directory of the domain in there. Which could be /public_html if you only have one domain to host, but should probably be a subdirectory for organizational purposes should you want to host more domains later. Upload it as index.html or index.php and see if it loads.

What tutorials did you find?


04-14-2014 08:14 PM #4 laison1234 (Member)

Thanks. It loads now. But does it matter if my landing page ends in .html or .php?


04-14-2014 08:21 PM #5 hot rats (Member)

If you used PHP on your page, it needs to be .php for it to run. Otherwise no difference to my knowledge.


04-14-2014 11:57 PM #6 zeno (Administrator)

Generally, if there is PHP code in it, you want a PHP extension (this tells your server to send the file through the PHP processor first).

Domains point to a specific folder on your server. When you connect via FTP you generally start in that folder or one above and have to go into public_html - the content of which are what load when you go to mydomain.com.

When you add addon domains through cPanel they likely appear in here as extra folders, e.g. myseconddomain.com. Put files in whichever folder corresponds to the domain you are accessing them through.

Inside of that domain itself you want to organise things. Don't put everything together - make subfolders for different offers, different landers, etc. Organise it as you would a normal folder on your computer.


Home > Questions and Answers > General Questions