Subsites not available anymore?

Having trouble installing serendipity?
Post Reply
Meister_Li
Regular
Posts: 7
Joined: Sun Nov 05, 2006 12:00 am

Subsites not available anymore?

Post by Meister_Li »

Hi! I've installed the blogger on my webspace, say, in the main dirctory (/)
Now, after doing so, oher sites (php-based) wicht where in subfolders like /forum/ (for exemple: www.exemple.com/forum) brings you to the blogger instead of to the site... how to fix that?
azel
Regular
Posts: 265
Joined: Thu Apr 21, 2005 4:28 am
Contact:

Post by azel »

Inserting RewriteEngine Off in your .htaccess file should do the trick.
Meister_Li
Regular
Posts: 7
Joined: Sun Nov 05, 2006 12:00 am

Post by Meister_Li »

Thanks for the quick reply! Sadly, that didn't help, do I have to do something after editing the htaccess file to activate the newsettings?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Did you put that .htaccess file into your "forum" subdirectory? You might need to use a file like this instead:

Code: Select all

RewriteEngine Off
DirectoryIndex index.php
HTH,
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