- Aug 29, 2023
- 200
- 169
I have a SaaS product in development, I bought the domain and I wanna add a blog section while I'm coding the actual product.
The product will be reached from root directory while blog will be located in /blog directory.
https://example.com --> Project Page
https://example.com/blog --> Blog
Since root directory will be empty while the actual product is not released yet, I have 2 options:
The product will be reached from root directory while blog will be located in /blog directory.
https://example.com --> Project Page
https://example.com/blog --> Blog
Since root directory will be empty while the actual product is not released yet, I have 2 options:
- Setting a coming soon page
- Setting a 302 redirection root dir to /blog