I'm definitely missing something in the syntax for file names and changing directories.
I have s9y installed at http://www.mydomain.com/serendipity
My file, serendipity_wrapper.php is located at http://www.mydomain.com/serendipity_wrapper.php
What is the correct syntax/path for:
chdir("serenity_directory");
require("index.php");
chdir("original directory");
Appreciate the continued assistance judebert!