[pmwiki-users] pmWiki 2.1.27 - not able to view a site except the Homepage

Tegan Dowling tmdowling at gmail.com
Wed Aug 20 09:33:05 CDT 2008


On Wed, Aug 20, 2008 at 9:13 AM, Michael Schneider <resu-cam at gmx.net> wrote:
> Tegan Dowling schrieb:
>
> On Wed, Aug 20, 2008 at 1:41 AM, Michael Schneider <resu-cam at gmx.net> 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



More information about the pmwiki-users mailing list