Difference between revisions of "Dokuwiki"

From Amahi Wiki
Jump to: navigation, search
(New page: For those interested in uploading larger files than standard, simply edit your php.ini to allow larger files. change the following lines to whatever you need upload_max_filesize = 15M pos...)
 
Line 1: Line 1:
For those interested in uploading larger files than standard, simply edit your php.ini to allow larger files.  change the following lines to whatever you need upload_max_filesize = 15M
+
**Uploading Larger Files**
post_max_size = 15M
+
For those interested in uploading larger files than standard, simply edit your php.ini to allow larger files.  change the following lines to whatever you need upload_max_filesize = 15M\\
 +
post_max_size = 15M\\
  
then Simply restart httpd
+
then Simply restart httpd\\

Revision as of 21:53, 25 August 2009

    • Uploading Larger Files**

For those interested in uploading larger files than standard, simply edit your php.ini to allow larger files. change the following lines to whatever you need upload_max_filesize = 15M\\ post_max_size = 15M\\

then Simply restart httpd\\