Hi, Had a wordspress site with some categories. Now its a dead site - just one index.html squeeze page. Problem is, goggle picked up the site and i am losing lots of money cause when they click the url they get in a dead url. what i need to do is a total redirect: everything from this domain goes to index.html, right? But how do i do it? Thanks
Sure, it's easy: Just put this in your .htaccess RewriteRule .* http://www.enteryourdomainnamehere.com [R,L]