X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/94a53ad8123095113a91e2bfd553af722cab3c8a..28c3e5482d7431b7554e6288bb2f9f55fbd274ed:/doc/forum/Serving_Blog_under_different_Subdomain.mdwn?ds=sidebyside diff --git a/doc/forum/Serving_Blog_under_different_Subdomain.mdwn b/doc/forum/Serving_Blog_under_different_Subdomain.mdwn index e74729439..ebda8cde5 100644 --- a/doc/forum/Serving_Blog_under_different_Subdomain.mdwn +++ b/doc/forum/Serving_Blog_under_different_Subdomain.mdwn @@ -1,3 +1,3 @@ -I'm working on consolidating my blog and wiki with ikiwiki. I have the following question: Is it possible to serve a blog under a different subdomain? For example: URL of the wiki: ```wiki.example.com``` and I would like to be able to reach the blog under the URL ```blog.example.com```. The permalink structure right now looks like this: ```wiki.example.com/blog/post/``` is it possible to rewrite is so it is served as ```blog.example.com/post/```. I don't even know if this is a question for the ikiwiki forum, but I need to start somewhere. +I'm working on consolidating my blog and wiki with ikiwiki. I have the following question: Is it possible to serve a blog under a different subdomain? For example: URL of the wiki: ```wiki.example.com``` and I would like to be able to reach the blog under the URL ```blog.example.com```. The permalink structure right now looks like this: ```wiki.example.com/blog/post/``` is it possible to rewrite it so it is served as ```blog.example.com/post/```? I don't even know if this is a question for the ikiwiki forum, but I need to start somewhere. Thanks in advance for any ideas on how to accomplish that!