Search found 5 matches

by GoneShootin2
Thu Dec 20, 2007 12:02 am
Forum: Installation
Topic: Possible HTACCESS problems
Replies: 7
Views: 5626

The problem though is that the wrapper will never get called if I follow the natural /cms/archives link from my embedded page, as the wrapper is only called in my index page, not subsequent pages.

So how am I going to fool serendipity into calling my ../index.php to load each link cleanly I wonder ...
by GoneShootin2
Wed Dec 19, 2007 12:05 am
Forum: Installation
Topic: Possible HTACCESS problems
Replies: 7
Views: 5626

I'm back again.

I've embedded my serendipity installation into an exsting html page. Works fine, until I try to click on the extended body, and it heads off to /archives.

This wraps perfectly:

http://localhost:8081/blackwater/index.php?/cms/archives/1-About-Blackwater-Triathlon-Club.html

This ...
by GoneShootin2
Tue Dec 04, 2007 4:16 pm
Forum: Installation
Topic: Possible HTACCESS problems
Replies: 7
Views: 5626

Twas my httpconf was causing me my grief

Code: Select all

<Directory "C:/Server/Apache2/htdocs">
    Order allow,deny
    Allow from all
    Options All
    AllowOverride All
</Directory>
Works now with above.
by GoneShootin2
Tue Dec 04, 2007 3:42 pm
Forum: Installation
Topic: Possible HTACCESS problems
Replies: 7
Views: 5626

Hmmm, now that you mention it, it would seem that I don't. Its not appearing on my phpinfo file, yet I have it enabled in httpconf:

LoadModule rewrite_module modules/mod_rewrite.so

How do I install the mod?
by GoneShootin2
Tue Dec 04, 2007 1:01 pm
Forum: Installation
Topic: Possible HTACCESS problems
Replies: 7
Views: 5626

Possible HTACCESS problems

Hi

This link works:
http://localhost:8081/blackwater/index.php?url=/archives/1-About-Blackwater-Triathlon-Club.html

This link doesn't:
http://localhost:8081/blackwater/archives/1-About-Blackwater-Triathlon-Club.html

My HTACCESS:
RewriteEngine On
RewriteBase /blackwater/
RewriteRule ^((archives ...