I have a domain test.com
Now i have the latest files in test.com/backup/
Now , what i need is, when i type test.com
Add this to your htaccess file:
RewriteEngine on RewriteCond %{HTTP_HOST} ^www\.test\.com$ RewriteRule ^$ http://www.test.com/backup/ [L,R=301]