Posted by on Dec 24, 2011 in Fort Worth Web Design, Homepage | 3 comments

Many times people want to upload big size media files into wordpress blog for download. Some people asked me about uploading the PDF files and video files into wordpress blog. You can easily upload big size media file to wordpress.

When to do wordpress installation that time default upload file limit is 2mb. Best way to increase the upload limit is adding code into .htaccess file. This file you will find in wordpress installation folder. Dont look into theme folder. Check your wordpress root folder for finding the .htaccess file.

php_value upload_max_filesize 200M
php_value post_max_size 200M
php_value max_execution_time 2000
php_value max_input_time 2000
<tt>define('WP_MEMORY_LIMIT', '200MB');</tt>

3 Comments

  1. 1-3-2012

    Hello there! Do you know if they make any plugins to safeguard against hackers? I’m kinda paranoid about losing everything I’ve worked hard on. Any recommendations?

    • 1-8-2012

      There are many things you can do to make your WordPress site safer. I’ll be creating a security specific post soon. 1 quick tip is get rid of the admin username. Admin is so common people know that or assume that anyone running WordPress has a username of admin. Secondly, Backup Buddy, is a great plugin that will backup your dbase and site files just in case of a hacker.

  2. 1-4-2012

    You actually make it seem so easy with your presentation but I find this matter to be actually something which I think I would never understand. It seems too complicated and very broad for me. I’m looking forward for your next post, I’ll try to get the hang of it!

Leave a Comment

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>