[pmwiki-users] Crypt page not displaying encrypted password?

Johnny Ernst Nielsen j_e_n_pub at yahoo.dk
Wed Oct 17 06:35:54 CDT 2007


Greetings.

2.2.0 beta 63

How does pmwiki.org manage to make the crypt page work along with 
clean urls?

The clean url method in...
<http://www.pmwiki.org/wiki/Cookbook/CleanUrls#samedir>
...example one, stops crypt from working.
I can enter a password, but pressing the submit button emmidiately 
takes me back to Main/Homepage.
Try it here:
<http://www.fstest.dk/wikitest/Main/HomePage?action=crypt>

I have tried a suggestion from...
<http://www.pmwiki.org/wiki/Cookbook-V1/ChangePmWikiURL>
...but I can't get it to work.

My config.php:
---------------------
$ScriptUrl = 'http://www.fstest.dk/wikitest';
$EnablePathInfo = 1;

My .htaccess:
--------------------
RewriteEngine On
RewriteBase /wikitest
RewriteRule ^$           pmwiki.php  [L]
RewriteRule ^index\.php$ pmwiki.php  [L]
RewriteRule ^([A-Z0-9\xa0-\xff].*)$ pmwiki.php?n=$1  [QSA,L] 

Best regards :o)

Johnny :o)



More information about the pmwiki-users mailing list