I want to have both a blog and a webcomic on my website located at /blog/ and /comic/ respectively.
I tried doing it with multisite enabled, but WordPress uses /blog/ for the URLs of posts made to / and therefore won't let me make a site /blog/ (serious WTF).
I can think of a few possible solutions, but need help with most of them.
- Make /blog/ show the blog for / instead of a 404 (going to /blog/ shows you what would normally be at /). No idea if this is possible.
- Find a workaround that lets me make a site at /blog/.
- Use two WordPress installs, one at /blog/ and one at /comic/. I'm not familiar with the pros/cons of multisite vs multiple installs.
Anyone have some advice on my problem, or one of my possible solutions?