diff options
author | openmedi <openmedi@web> | 2014-09-26 19:07:23 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-09-26 19:07:23 -0400 |
commit | 94a53ad8123095113a91e2bfd553af722cab3c8a (patch) | |
tree | 40096e6a4b2bd1f1e2e685c6e19db5d532a96961 | |
parent | b6299a2b67bfe3e67d354e4152786455ab30ac87 (diff) | |
download | ikiwiki-94a53ad8123095113a91e2bfd553af722cab3c8a.tar ikiwiki-94a53ad8123095113a91e2bfd553af722cab3c8a.tar.gz |
-rw-r--r-- | doc/forum/Serving_Blog_under_different_Subdomain.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/forum/Serving_Blog_under_different_Subdomain.mdwn b/doc/forum/Serving_Blog_under_different_Subdomain.mdwn new file mode 100644 index 000000000..e74729439 --- /dev/null +++ b/doc/forum/Serving_Blog_under_different_Subdomain.mdwn @@ -0,0 +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. + +Thanks in advance for any ideas on how to accomplish that! |