If you need to allow larger file uploads on your JuJu Hosting account, you can modify your PHP settings using an .htaccess file.

 

1. Log In to cPanel: Access your cPanel at yourdomain.com:2083

 

2. Open File Manager: In cPanel, locate Files section and select File Manager

 

3. Navigate to Root Directory: Go to public_html or your website's root directory

 

4. Create or Edit .htaccess File: Look for .htaccess file or create a new one

 

5. Edit .htaccess File: Add these lines:

php_value upload_max_filesize 20M

php_value post_max_size 20M

php_value max_execution_time 300

php_value max_input_time 300

 

6. Save the .htaccess File

 

7. Check Your Upload Limit: Test by uploading a larger file

 

These settings increase the upload limit to 20MB and execution time to 300 seconds. Adjust values according to your requirements.

Was dit antwoord nuttig? 0 gebruikers vonden dit artikel nuttig (0 Stemmen)