Dokuwiki

From Amahi Wiki
Jump to: navigation, search

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