[pmwiki-users] CleanUrls

Maria McKinley mariak at mariakathryn.net
Tue Feb 19 01:59:54 CST 2013


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20130218/5efcc693/attachment.html>


More information about the pmwiki-users mailing list