Search found 2 matches

by PhragMunkee
Mon Oct 03, 2005 8:08 am
Forum: Installation
Topic: Not using indexFile (problems with embedding) [SOLVED]
Replies: 1
Views: 1937

I found a fix. I edited the .htaccess file and changed

Code: Select all

DirectoryIndex /blog/index.php
to

Code: Select all

DirectoryIndex /blog/wrapper.php
by PhragMunkee
Mon Oct 03, 2005 1:28 am
Forum: Installation
Topic: Not using indexFile (problems with embedding) [SOLVED]
Replies: 1
Views: 1937

Not using indexFile (problems with embedding) [SOLVED]

I am attempting to embed s9y into a site and it does not seem to be using the indexFile configuration option.

I have a setup similar to the one described here and am using the Smarty template engine. Everything seems to work fine if I link directly to the '/blog/wrapper.php'. However, if any links ...