subdomain/directory access without serendipity interfering.

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Bandon
Regular
Posts: 6
Joined: Fri Jul 01, 2005 11:10 pm

subdomain/directory access without serendipity interfering.

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: subdomain/directory access without serendipity interferi

Post by garvinhicking »

Hi!

Yes, put a .htaccess in your forum subdirectory:

Code: Select all

RewriteEngine Off
and you should be done :)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply