How can i redirect using .htacess or any other method to another domain here is example of what i need www.domain.com/blalba/music.html redirect www.domainnumber2.in/blalba/music.html basically anything from first domain goes to the second domain nothing changes in term of directory or pages.. only the domain so basically all the links from main domain goes to the second domain... the resean of doing this its because...on the first domain adsense is block... thats why i need to send the user to second domain so i can run the adsense...
i think you add this to your .htacess "Redirect /blalba/music.html www.domainnumber2.in/blalba/music.html" that should do it
i am talking about full domain... not only one page doesn't matter what is the pages.. it will just redirect the domain
will that work also if i add domain1 into domain2 hosting acount as domain pointer? then add the httacess of domain 2 the given code?