Search found 8 matches

by cptnwinky
Mon Jan 24, 2005 9:54 pm
Forum: General discussions
Topic: sub-folders (seperate domains) inherit .htaccess behavior
Replies: 10
Views: 7415

Thanks for your replies. I did not recieve any email notification of your last reply so I did not know you did reply. That last one worked, I was leaving the forward slash infront of index.php on the sub-folders, so that worked beautifully.

Thanks for this great software and all your help.

Dave
by cptnwinky
Thu Jan 13, 2005 7:45 pm
Forum: General discussions
Topic: sub-folders (seperate domains) inherit .htaccess behavior
Replies: 10
Views: 7415

Here is the .htaccess file for the root directory which can be reached via http://www.civilissues.com/

# BEGIN s9y
ErrorDocument 404 /index.php
DirectoryIndex /index.php
php_value session.use_trans_sid 0
php_value register_globals off

RewriteEngine On
RewriteBase /
RewriteRule ^archives([/A-Za-z0 ...
by cptnwinky
Thu Jan 13, 2005 7:20 pm
Forum: General discussions
Topic: sub-folders (seperate domains) inherit .htaccess behavior
Replies: 10
Views: 7415

I would love nothing more than to patch it up, only I don't know how that is why I came here asking for help.

I can moderatly understand the REGEX for the rewrite rules in the .htaccess file however most of whats in that file is foreign to me, I just don't understand what to fix.
by cptnwinky
Wed Jan 12, 2005 5:57 pm
Forum: General discussions
Topic: sub-folders (seperate domains) inherit .htaccess behavior
Replies: 10
Views: 7415

Ok, removing it did help.

The root folder is the folder for http://www.civilissues.com/

A sub-folder that contains another domain is http://www.main-dish.com/ the sub-folder for this would be civilissues.com/maindish/

Now if you view main-dish.com and look at the sample layout (it's a work in ...
by cptnwinky
Wed Jan 12, 2005 4:43 pm
Forum: General discussions
Topic: sub-folders (seperate domains) inherit .htaccess behavior
Replies: 10
Views: 7415

Yeah, I tried commenting out the 404 error handler part but that did not work. Other than that I am not familiar with mod_rewrite.
by cptnwinky
Wed Jan 12, 2005 4:48 am
Forum: General discussions
Topic: sub-folders (seperate domains) inherit .htaccess behavior
Replies: 10
Views: 7415

sub-folders (seperate domains) inherit .htaccess behavior

I want to know how to stop this from happening.

I currently have several domains hosted on one server and the latest beta of serendipity installed in the root folder. All the domains are inside folders as I'm sure you have all encountered before. The problem is when viewing one of these other ...
by cptnwinky
Mon Jan 03, 2005 4:33 pm
Forum: General discussions
Topic: Ads in mainpane
Replies: 3
Views: 3325

I would love too but it's not production ready yet and with the nature of my site I get quite a few people that would love to find an exploit and take my whole site down. I do look forward to have better template support though, that will be a treat.

Thanks for helping me to know where to look ...
by cptnwinky
Mon Jan 03, 2005 5:20 am
Forum: General discussions
Topic: Ads in mainpane
Replies: 3
Views: 3325

Ads in mainpane

I would like to place some ads within the mainpane of my blog. I have searched through countless files and can't seem to find where the code that actually makes the mainpane is. I am not exactly a php expert and would appreciate any help I could get.

To illustrate my needs better, I want to place ...