Page 1 of 1

journal taking over server :-)

Posted: Wed Nov 02, 2005 5:37 pm
by onegear
hello all,

i installed the latest version of serendipity on the root of my server. i also have a "pics" folder on the root of the server. when i attempt to open the pics folder in firefox, it goes to my journal.

for example, my site is onegear.net. the pics folder is at onegear.net/pics. when i go to onegear.net/pics, it opens the journal instead of the pics directory. is there a way around this?

thanks for the help!

Posted: Wed Nov 02, 2005 9:18 pm
by jhermanns
I think it should be a line like "RewriteEngine Off" without the quotes in the .htaccess file of your pics directory - assuming you use apache.

Posted: Thu Nov 03, 2005 3:11 pm
by onegear
my host is running apache. how would i do this?

thanks for your help.

Posted: Thu Nov 03, 2005 3:29 pm
by garvinhicking
Like jannis said, put a .htaccess file in your pics directory with the "RewriteEngine Off" content. :)

Regards,
Garvin