XBackBone/docs/common_issues.md

20 lines
621 B
Markdown
Raw Normal View History

2020-04-02 17:07:35 +00:00
---
layout: default
title: Common Issues
nav_order: 7
---
# Common Issues
### Error 404 after installation
2020-04-04 17:41:17 +00:00
If you have Apache web server, check if it's reading the file `.htaccess` and the module `mod_rewrite` is enabled.
<hr>
2020-04-02 17:07:35 +00:00
### [Discord, Telegram, ...] is not showing the image/video preview of the link.
2020-04-04 17:41:17 +00:00
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.
<hr>
2020-04-02 17:07:35 +00:00
2020-04-04 17:41:17 +00:00
### How to increase the upload max file size?
Increase the `post_max_size` and `upload_max_filesize` in your `php.ini`.