[Openupload-svn-update] SF.net SVN: openupload:[64] trunk/www/.htaccess
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2008-10-23 12:52:43
|
Revision: 64
http://openupload.svn.sourceforge.net/openupload/?rev=64&view=rev
Author: tsdogs
Date: 2008-10-23 10:30:45 +0000 (Thu, 23 Oct 2008)
Log Message:
-----------
Add .htaccess config options
Added Paths:
-----------
trunk/www/.htaccess
Added: trunk/www/.htaccess
===================================================================
--- trunk/www/.htaccess (rev 0)
+++ trunk/www/.htaccess 2008-10-23 10:30:45 UTC (rev 64)
@@ -0,0 +1,5 @@
+# Set this accordingly to your installation
+# N.B. For this to work, you'll need "AllowOvverride Options" in apache dir config
+php_value file_uploads "On"
+php_value upload_max_filesize "200M"
+php_value post_max_size "200M"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|