1. Home
  2. Docs
  3. FAQs
  4. Frequently Asked Question...
  5. How to upload Unfiltered fonts/unsupported files on WordPress using FlyWP?

How to upload Unfiltered fonts/unsupported files on WordPress using FlyWP?

To enable unfiltered uploads in WordPress, you need to manually edit the wp-config.php file:

  1. Access Your WordPress Files: Use an FTP client or your hosting provider’s file manager.
  2. Locate wp-config.php: You will find wp-config.php under your FlyWP Sites > WP Config section.
  3. Edit wp-config.php: Go with the Edit Manually
69904 749bae283d2af97f0e3b14b45e24396a32f3d1c1107584e4f427518fae53d214
  • Add the Following Line: Preferably above the line that says /* That's all, stop editing! Happy publishing. */
define('ALLOW_UNFILTERED_UPLOADS', true);
  • Save Changes: Save and upload the file back to your server if needed.

This change allows unfiltered uploads, so use it with caution due to potential security risks.