[pmwiki-users] Relaxing htaccess in cookbook dir

V.Krishn vkrishn4 at gmail.com
Mon Apr 8 02:08:35 CDT 2013


The default pmwiki/cookbook/.htaccess has following:

Order Deny,Allow
Deny from all

Will this be useful/better if it were:

Options All -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule !\.(js|ico|gif|jpg|jpeg|png|svg|svgz|swf|flv|css)$ index.html [L]
# index.html or a 404
</IfModule>

---

Following this
http://pmichaud.com/pipermail/pmwiki-users/2005-March/011805.html

Is there a way to know from cookbook via variable or method if they're farm-
based or field-based ?

-- 
Regards.
V.Krishn



More information about the pmwiki-users mailing list