[pLog-svn] r3428 - plog/trunk

Jon Daley plogworld at jon.limedaley.com
Thu May 18 10:00:51 GMT 2006


 	Hrm. I understand the reasoning, but this will make some forum 
help harder.
 	Also, we should probably remove the ErrorDocument 403 (401 - I 
forget the difference) line, since it puts more load on the server when 
getting permission denied errors.  I think we only need the 404 redirect?


On Thu, 18 May 2006, mark at devel.lifetype.net wrote:
> Author: mark
> Date: 2006-05-18 05:43:49 +0000 (Thu, 18 May 2006)
> New Revision: 3428
>
> Modified:
>   plog/trunk/.htaccess
> Log:
> Add file access permission control to prevent template stealing:
>
> <Files *.template>
> deny from all
> </Files>
>
> Modified: plog/trunk/.htaccess
> ===================================================================
> --- plog/trunk/.htaccess	2006-05-17 05:50:34 UTC (rev 3427)
> +++ plog/trunk/.htaccess	2006-05-18 05:43:49 UTC (rev 3428)
> @@ -4,8 +4,13 @@
>
> <Files config.properties.php>
> deny from all
> +</Files>
> +
> +<Files *.template>
> +deny from all
> </Files>
>
> +
> Options -Indexes
> Options +FollowSymLinks
>
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://devel.lifetype.net/mailman/listinfo/plog-svn
>

**************************************
Jon Daley
http://jon.limedaley.com/

Eagles may soar, but weasels don't get sucked into jet engines.


More information about the pLog-svn mailing list