On Wed, Aug 20, 2008 at 9:13 AM, Michael Schneider <[EMAIL PROTECTED]> wrote: > Tegan Dowling schrieb: > > On Wed, Aug 20, 2008 at 1:41 AM, Michael Schneider <[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
