<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1491" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>In an attempt to get clean and concise URL's I
enabled the EnablePathInfo</FONT></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV><FONT face=Arial size=2>$EnablePathInfo = 1;</FONT></DIV></BLOCKQUOTE>
<DIV><FONT face=Arial size=2>And got the following response to all but the home
page.</FONT></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV> No input file specified. </DIV></BLOCKQUOTE>
<DIV><FONT face=Arial size=2>I commented out the Enable and a refresh would not
work, I had to delete the cookies and cache. (should be no cache -
did NOT turn that on) and am using the latest Firefox.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I called my hosting company (ValueWeb) support
and they said that URL rewriting was supported and not turned off.</FONT></DIV>
<DIV><FONT face=Arial size=2>Note also that I had to set the following for the
system to work. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV><FONT face=Arial size=2>$ScriptUrl =
'http://www.evnsong.com/storywiki/pmwiki.php';<BR>$PubDirUrl =
'http://www.evnsong.com/storywiki/pub';<BR>ini_set('session.save_path',
'/tmp');</FONT></DIV></BLOCKQUOTE>
<DIV dir=ltr><FONT face=Arial size=2>And also note that the session files
are saved in root in a directory called ".sessions", not in
/tmp</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2>Site is <A
href="http://www.evnsong.com/storywiki/pmwiki.php">www.evnsong.com/storywiki/pmwiki.php</A></FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2>Remote Diag is enabled</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT> </DIV>
<DIV dir=ltr><FONT face=Arial size=2>What is my cleanest path to clean URL's
???? I like clean concise solutions. Just can't find them all the
time<G> I want to get rid of the "pmwiki.php" and the little "?" and
such. </FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2>What ever I do to the display of the url
must be able to be used again to access that page if copied or typed into the
browser.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT> </DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT> </DIV>
<DIV dir=ltr><FONT face=Arial size=2>F'jarr Foss</FONT></DIV></BODY></HTML>