I would like to submit my deeplinks to various directories. However those do not aprove deep links. I thought about making a subdomain and using that subdomain for submitting. This subdomain will then be redirected to a deeplink. Is that possible? If yes, what mus I place in my .htaccess to forward?
My Dear Friend Who told you that if you create a subdomain then it will help your deep links. Listen first what i am telling you. There are many free directories which accept deep links whereas there are many which accept domain name and subdomain name but how can you provide backlink to deep links. creating a subdomain which provide backlinks to only one deep link. yes if you create mutiple subdomain then only you can give backlinks to each and every deep links but here also you are bound by subdomain limitation so you can create more than three subdomain as per my knowledge right ? So better try for directories which accepts deeplinks and the most important thing that dmoz.org accepts deeplinks. Cool Mate and Enjoy your day Dashanan Sharma __________________ Gadgets - Top seller of United kingdom Rakesh - Save our Earth before it is too late
Ignore the above poster, he can't ever read the actual OP and answer it correctly, he's always too busy just thread spamming to get his post count and signature links out. As for your question you just need to edit the .htaccess file in the top level of the sub-domains folder, however most directory editors will notice the redirect 9 times out of 10. Below is what you would insert into your .htaccess file.... RewriteEngine on RewriteCond %{HTTP_HOST} [B]subdomain.domain.com[/B]$ [NC] RewriteRule (.*)$ [B]http://www.domain.com/path/to/page[/B] [R=301,L Code (markup):