I've now created a .htaccess file in ./pmwiki/ with your content but same issue.
I am running lighttpd and php with a standard config

BTW: Even http://myserver/pmwiki/pmwiki.php?action=phpinfo shows only the mail pmwiki page.


In lighttpd.conf I use this for the php part

        cgi.assign = (".php" => "/usr/local/bin/php" )

and didn't changed the standard php.ini file.


Michael


my config.php:

<?php if (!defined('PmWiki')) exit();
$WikiTitle = 'PmWiki';
$ScriptUrl = 'http://myserver/pmwiki/pmwiki.php';
$PubDirUrl = 'http://myserver/pmwiki/pub';
$DefaultPasswords['admin'] = crypt('password');
$EnableGUIButtons = 1;
$EnableDiag = 1;




Am 20.08.2008 um 16:33 schrieb Tegan Dowling:

On Wed, Aug 20, 2008 at 9:13 AM, Michael Schneider <resu- [EMAIL PROTECTED]> wrote:
Tegan Dowling schrieb:

On Wed, Aug 20, 2008 at 1:41 AM, Michael Schneider <resu- [EMAIL PROTECTED]> wrote:


Tegan Dowling schrieb:


I've seen something that might be similar when the PmWiki install's
root-level .htaccess file was missing or corrupted -- If you don't
know how to check for that, post again -- let us know in any case!



Hi,

I don't know know exactly how to check that.
These .htaccess files I can see:


$ find ./pmwiki -name ".htaccess"
./pmwiki/cookbook/.htaccess
./pmwiki/docs/.htaccess
./pmwiki/local/.htaccess
./pmwiki/scripts/.htaccess



That may be the problem, then -- there should be ./pmwiki/.htaccess --
re-check the files you downloaded from PmWiki for the version that
should have come with the distribution.



After downloading http://pmwiki.org/pub/pmwiki/pmwiki-latest.tgz I cannot
see any .htaccess in ./pmwiki/

# ls -a
.          README.txt docs       pmwiki.php scripts
..         cookbook   local      pub        wikilib.d

How does it has to look like? (so I can create it by hand)

Mine has this -- I don't know if it matches the distribution version
or not -- maybe someone else will confirm:

RewriteEngine on
RewriteRule ^([A-Z].*) /index.php?n=$1 [L,qsappend]
RewriteRule ^$ /index.php [L,qsappend]
php_flag display_errors off

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to