Page 1 of 1

subdomain/directory access without serendipity interfering.

Posted: Wed Oct 26, 2005 7:00 am
by Bandon
Hello,

I would like to make it so that when users go to nintendogal.com/forum it goes to the forum and not right back to Nintendogal.com.

I have a suspicion it has to do with .htaccess, can someone give me some hints?

Thanks in advance!

-Bandon

Re: subdomain/directory access without serendipity interferi

Posted: Wed Oct 26, 2005 10:56 am
by garvinhicking
Hi!

Yes, put a .htaccess in your forum subdirectory:

Code: Select all

RewriteEngine Off
and you should be done :)

Regards,
Garvin