RewriteEngine Off - Fix Not working

Having trouble installing serendipity?
Post Reply
phenolite
Posts: 2
Joined: Thu Nov 10, 2005 1:53 am

RewriteEngine Off - Fix Not working

Post by phenolite »

Hello,

Just installed Serendipity, so bear with me.

My site setup:

/ - serendipity
/mms - phonecam image gallery
/ftp - random phpftp thinger

So, whenever I go to http://site.com/mms - i go to my blog site - not what I want. If i go to http://site.com/mms/index.php - all is well.

I tried the .htaccess RewriteEngine Off and put the file in my /mms directory. It still does not work.:cry:

I tried all three settings for URL Rewriting...
Disable
errorhandling
mod_rewrite

I searched on this forum but I caved and finally posted this :) - any help would be fantastic.

ps: this blog is pretty sweet - my hats off the the dev team :)
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: RewriteEngine Off - Fix Not working

Post by garvinhicking »

Try to put this .htaccess file in your mms directory:

Code: Select all

RewriteEngine Off
DirectoryIndex index.php
It seems your Apache does not listen to a index.php default index?

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/
phenolite
Posts: 2
Joined: Thu Nov 10, 2005 1:53 am

Post by phenolite »

To be honest Garvin, i'm not sure.

If I go to domain.com/ - my host (Dreamhost) picks up the index.php for serendipity...

I have little knowledge of the whole apache/htaccess stuff. I'll try this method tonite after work. thanks so much!
Post Reply