Redirect homepage /page/1/ to /blog/page/1/

In your .htaccess file, add this code below-

Redirect 301 / http://mywebsite.com/blog/

Change mywebsite.com with your actual domain.