Difference between revisions of "Dokuwiki"

From Amahi Wiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
**Uploading Larger Files**
+
==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\\
+
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\\
+
post_max_size = 15M
  
then Simply restart httpd\\
+
then Simply restart httpd
 +
 
 +
==Enabling Plugins after install==
 +
If you've installed plugins and they're not showing up, you need to reload httpd by opening a terminal and running the following command
 +
 
 +
/etc/init.d/httpd reload

Latest revision as of 21:56, 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

Enabling Plugins after install

If you've installed plugins and they're not showing up, you need to reload httpd by opening a terminal and running the following command

/etc/init.d/httpd reload