[pLog-svn] r1305 - plugins/trunk/blogtimes

mark at devel.plogworld.net mark at devel.plogworld.net
Fri Mar 4 07:56:49 GMT 2005


Author: mark
Date: 2005-03-04 07:56:49 +0000 (Fri, 04 Mar 2005)
New Revision: 1305

Modified:
   plugins/trunk/blogtimes/readme.txt
Log:
Add an instruction to help user change the secutiry settings of ./tmp/.htaccess.

Mark

Modified: plugins/trunk/blogtimes/readme.txt
===================================================================
--- plugins/trunk/blogtimes/readme.txt	2005-03-04 06:17:44 UTC (rev 1304)
+++ plugins/trunk/blogtimes/readme.txt	2005-03-04 07:56:49 UTC (rev 1305)
@@ -11,9 +11,19 @@
 2. $blogtimes->show() to get the blog times image. 
 
 Install:
-Add the following code to bottom of main.template:
+1. Add the following code to bottom of main.template:
 {if !empty($blogtimes)}
 {if $blogtimes->isEnabled()}
 {$blogtimes->show()}
 {/if}
-{/if}
\ No newline at end of file
+{/if}
+
+2.Change plog/tmp/.htacess to allow blogtimes folder can read by web browser
+<Files "*">
+ Order deny,allow
+ Deny from all
+</Files>
+
+<Files "blogtimes">
+ Allow from all
+</files>
\ No newline at end of file




More information about the pLog-svn mailing list