Page 1 of 1

Subsites not available anymore?

Posted: Sun Nov 05, 2006 12:15 am
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?

Posted: Sun Nov 05, 2006 4:11 am
by azel
Inserting RewriteEngine Off in your .htaccess file should do the trick.

Posted: Sun Nov 05, 2006 2:20 pm
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?

Posted: Sun Nov 05, 2006 2:36 pm
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