Lo podés hacer de la siguiente manera siempre y cuando uses Apache y tengas acceso a .htaccess
En la raiz de tu web ponés
Código Apache:
Ver originalOptions -Indexes +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} localhost
RewriteCond %{REQUEST_URI} !/bocetos
RewriteRule ^(.*)$ bocetos/$1 [L]
Reemplazá localhost por el nombre de tu dominio (mipagina.com)
y en la carpeta bocetos crea un .htaccess que contenga
Si no podés usar htaccess, tendrás que recurrir a un frames ó a un iframe al 100% de tu pantalla
Saludos