Page 1 of 1

Blog isn't working with my subdomain

Posted: Sat Jul 23, 2011 7:31 pm
by DTaucher
Hello everybody.

I've installed S9Y on my Server and it's working fine so far.
I just have 1 problem and tried already to fix it but now i need your help :)

my blog is installed on www.litsec.net/blog
I have a sub domain called http://blog.litsec.net

I've changed already everything in the PATH but i always get not an error but there are no more pictures when i use
blog.litsec.net.
Just a site with text.

I have already looked on the internet and also searched here but found nothing for my problem.

If i have missed some threads you also can only post the link to this threads so i will look there to fix my problem.
ah and every Directory on my server is writable so there's no problem with the rights.
(i guess)

Thank you for reeding and have a nice day :)

Re: Blog isn't working with my subdomain

Posted: Sat Jul 23, 2011 7:40 pm
by Timbalu
I'd say, you can't have both, normally....

But you might use some additional .htaccess commands to route blog.litsec.net stuff to http://www.litsec.net/blog/
How this could look like, please refer to some htaccess guides.

Re: Blog isn't working with my subdomain

Posted: Sat Jul 23, 2011 9:22 pm
by DTaucher
Thank you for your answer!

I'm currently looking on the net for some informations about the htaccess files.
Just one question is it the htaccess file in my s9y directory which i have to edit?

Thank you again

Re: Blog isn't working with my subdomain

Posted: Sun Jul 24, 2011 10:16 am
by Timbalu
Yes.

I just remembered some answers by Garvin:
garvinhicking wrote:Yes, s9y is usually able to "listen" on any domain, as long as the HTTP Path does not change (ie. "/" vs. "/blog").
meaning serendipity at domain.com could listen on blog.domain.com (without installing there)...

and more near to your topic
http://board.s9y.org/viewtopic.php?f=10 ... #p10422949