Updated website

This commit is contained in:
Sergio Brighenti 2020-04-04 19:41:17 +02:00
parent b2342f4acb
commit f6dccc2e9e

View file

@ -7,10 +7,14 @@ nav_order: 7
# Common Issues
### Error 404 after installation
If you have apache, check if it's reading the file `.htaccess` and the `mod_rewrite` is enabled.
If you have Apache web server, check if it's reading the file `.htaccess` and the module `mod_rewrite` is enabled.
<hr>
### [Discord, Telegram, ...] is not showing the image/video preview of the link.
If you have Cloudflare enabled, check if it's blocking bots. If this function is enabled the Discord bot, Telebot, etc that fetch the preview will be blocked.
If you use Cloudflare, check if the setting that blocks access to bots is active. If enabled, the bots of the respective platforms will not be able to access to download the preview.
### How to increase the max file size?
Increase the post_max_size and upload_max_filesize in your php.ini
<hr>
### How to increase the upload max file size?
Increase the `post_max_size` and `upload_max_filesize` in your `php.ini`.