Is there a way to not have "pmwiki" show up in the url if you have .htaccess and pmwiki.php in the same directory? I'm thinking not, but wanted to verify. In a related question, any idea why this if statement would not work?<div>
<br></div><div><div># Set PmWiki paths according to the SSL mode</div><div>if ($UrlScheme == 'https') {</div><div>  $ScriptUrl = "<a href="https://www.shadlenlab.columbia.edu/pmwiki">https://www.shadlenlab.columbia.edu/pmwiki</a>";</div>
<div> }</div><div>else {</div><div>  $ScriptUrl = "<a href="http://www.shadlenlab.columbia.edu">http://www.shadlenlab.columbia.edu</a>";</div><div> }</div></div><div><br><div>I always end up with the pmwiki in the url, regardless of whether I am using https or http.</div>
<div><br></div><div>thanks,</div><div>maria<br clear="all"><div><br></div></div></div>