diff --git a/docs/common_issues.md b/docs/common_issues.md index 129eb61..f927fc8 100644 --- a/docs/common_issues.md +++ b/docs/common_issues.md @@ -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. + +
### [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 \ No newline at end of file +
+ +### How to increase the upload max file size? +Increase the `post_max_size` and `upload_max_filesize` in your `php.ini`. \ No newline at end of file