So I’ve got 2 separate running websites:
- Static bootstrap html website
- WordPress blog (GoDaddy.com domain and WordPress package, example.com)
What I would like to do is to have these two websites on one domain.
For example, the 1st page (Bootstrap static) as a front page at example.com and then the WordPress blog at example.com/blog.
What is the best and easiest way to do that? Do I really need to transform static html page into php?
Thanks!
You can just follow two steps without any complications:
public_html/site_folder/blog
)public_html/site_folder/index.html
)In this way these two operate separately, both will not interfere with each others functionalities.