The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “1Win

How to earn 100$ a day in affiliate marketing for a complete beginner with no money to invest?

Tip: if you make a directory (folder) in the root of a WordPress install like so:

Document Root (HTML)
|_lp
.....|_index.html
...|_img
...|_css
...|_js
...|_x

www.example.com/lp/index.html will resolve

With WordPress installed PHP should work from that directory also so you can run a script if you want to.
cd /var/www/html; mkdir -p lp/css/bu lp/img/bu lp/js/bu lp/x/bu
then
cd lp; find . -type d | while read d; do touch $d/index.html; done
that will make a blank index.html in each directory below root:/lp/
bu means the back-up directory
Learn ssh if you want to go fast ;)
 
banners
Back