38.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

03-23-2016, 07:21 PM
Post: #1
Create many URLS from one website
Hello,

I need to create many URLs from my website

http://www.(insertrandomwebsitename).com

but the the output has to be something like:


http://www.(insertrandomwebsitename).com/1
http://www.(insertrandomwebsitename).com/2
http://www.(insertrandomwebsitename).com/3
http://www.(insertrandomwebsitename).com/4
http://www.(insertrandomwebsitename).com/5



and when you click

http://www.(insertrandomwebsitename).com/1

it should redirect to the main site


http://www.(insertrandomwebsitename).com



How can I do this the easiest way?

I do not want to use a URL shortener (whether t1nyurl or via wp plugin)

thanks
03-25-2016, 10:08 PM
Post: #2
RE: Create many URLS from one website
You can use dot.tk. Dot.tk give you ability to create a free domain and forward your main website domain to the new free domain. And you give your new free domain to your visitor and once your visitor visit your new free domain from dot.tk it will redirect to your main domain.
03-26-2016, 10:46 AM
Post: #3
RE: Create many URLS from one website
Does this happen to be for tracking purposes?

You can try adding "and" followed by a number

example.com&1,
example.com&2,
example.com&3,
etc..




10.gif