I am currently using Django to run one app on the domain "example.com", and Wordpress to run a blog which users can find at "blog.example.com". However I want the blog to be accessible via example.com/blog. Is this possible? Thanks. asked 08 Mar '18, 17:05 enn |
Yes. You would edit the website record and bind the app to the /blog URI. Once you do that you would edit the Site URL to reflect the change. answered 08 Mar '18, 22:51 johns |