Hello. I'm trying to send emails out to people but using services like tinyurl isn't working for me. I need some way to randomize my url constantly. Is there some way to do this?
Hello. I'm trying to send emails out to people but using services like tinyurl isn't working for me. I need some way to randomize my url constantly. Is there some way to do this?
Hello again. I just got an email of exactly what I'm trying to look for. and Its not in my spamThats what I'm talking about.
the link looks like this:
something dot com/576e987.....etc etc. How do you do that? I can't show u an image unfortunately cause I haven't been here long enough.
Let's consider you have two sites:
1) site1.com which URL you want to hide
2) site2.com which will be used for redirecting to site1.com, e.g.:
site2.com/576e987
site2.com/8123834
etc must redirect to site1.com
In this case you can do it with simple .htaccess file, which must be placed to the root folder of site2.com:
Code:Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.site1.com/$1 [R=301,L]
CyberSEO.net - #1 professional autoblogging & spinning WordPress plugin since 2006
Bookmarks