ocisco I've done it but it was still turning on the main website directory then
I did RewriteEngine on
RewriteCond %{HTTP_HOST} domain-name.com$ [NC,OR]
RewriteCond %{HTTP_HOST} www.domain-name.com$
RewriteCond %{REQUEST_URI} !folder/
RewriteRule (.*) /folder/$1 [L]
and it works but I can't seem to be able to get images folder from above root dit as root dir is now that directory I use for a new website