Hi everybody<br>
<br>
I'm running a wiki on pmwiki-1.0.13. My webhost started to use
PHPsuexec, an the result is that my clean URLs have changed to the <span style="font-style: italic;">?pagename=</span> format.<br>
<br>
I'm trying to get them back, but probably I'm doing something wrong.<br>
<br>
If I enable $EnablePathInfo = 1; all pages are turning blank.<br>
<br>
I tried to use mod-rewrite, with the following code in .htaccess:<br>
<br>
<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">RewriteEngine on<br>
RewriteBase /<br>
RewriteRule ^([A-Z].*) /wiki/pmwiki.php?pagename=$1 [L,qsappend]<br>
RewriteRule ^wiki /wiki/pmwiki.php [L,qsappend]<br>
</blockquote>
<br>
and the following settings in config.php:<br>
<br>
<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">$ScriptUrl = '<a href="http://www.thenewpr.com/wiki/pmwiki.php">http://www.thenewpr.com/wiki/pmwiki.php
</a>';<br>
$PageUrlFmt = '<a href="http://www.thenewpr.com/wiki/pmwiki.php/$Group/$Title_">http://www.thenewpr.com/wiki/pmwiki.php/$Group/$Title_</a>';<br>
$PubDirUrl = '<a href="http://www.thenewpr.com/wiki/pub">http://www.thenewpr.com/wiki/pub</a>';<br>
$UploadUrlFmt = '<a href="http://www.thenewpr.com/wiki/uploads">http://www.thenewpr.com/wiki/uploads</a>';<br>
</blockquote>
<br>
The effect is that I have clean URLs, but all the pages are displaying the content of the homepage :(<br>
<br>
I would appreciate any help or suggestion.<br>
<br>
Thank you so much,<br>
Constantin