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?
# Set PmWiki paths according to the SSL mode
if ($UrlScheme == 'https') {
$ScriptUrl = "https://www.shadlenlab.columbia.edu/pmwiki";
}
else {
$ScriptUrl = "http://www.shadlenlab.columbia.edu";
}
I always end up with the pmwiki in the url, regardless of whether I am
using https or http.
thanks,
maria
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users