Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14321
Modified Files:
htaccess.errordocs.tpl htaccess.normal.tpl
htaccess.rewrite.tpl
Log Message:
apparently we must cut the users food into bite-sized portions
Index: htaccess.errordocs.tpl
===================================================================
RCS file: /cvsroot/php-blog/serendipity/htaccess.errordocs.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- htaccess.errordocs.tpl 16 May 2004 22:52:56 -0000 1.3
+++ htaccess.errordocs.tpl 23 May 2004 23:23:42 -0000 1.4
@@ -2,6 +2,7 @@
ErrorDocument 404 {PREFIX}{indexFile}
DirectoryIndex {PREFIX}{indexFile}
php_value session.use_trans_sid 0
+php_value register_globals off
<Files *.tpl>
deny from all
Index: htaccess.normal.tpl
===================================================================
RCS file: /cvsroot/php-blog/serendipity/htaccess.normal.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- htaccess.normal.tpl 16 May 2004 22:52:56 -0000 1.3
+++ htaccess.normal.tpl 23 May 2004 23:23:42 -0000 1.4
@@ -1,6 +1,7 @@
# BEGIN s9y
DirectoryIndex {PREFIX}{indexFile}
php_value session.use_trans_sid 0
+php_value register_globals off
<Files *.tpl>
deny from all
</Files>
Index: htaccess.rewrite.tpl
===================================================================
RCS file: /cvsroot/php-blog/serendipity/htaccess.rewrite.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- htaccess.rewrite.tpl 16 May 2004 22:52:56 -0000 1.7
+++ htaccess.rewrite.tpl 23 May 2004 23:23:42 -0000 1.8
@@ -2,6 +2,7 @@
ErrorDocument 404 {PREFIX}{indexFile}
DirectoryIndex {PREFIX}{indexFile}
php_value session.use_trans_sid 0
+php_value register_globals off
RewriteEngine On
RewriteRule ^{PAT_ARCHIVES} {indexFile}?url=/{PATH_ARCHIVES}/$1.html [L,QSA]
|