Monday, June 28, 2010

TutZone- Tutorials, Design news and Inspiration

TutZone- Tutorials, Design news and Inspiration

Link to TutZone

Increasing Import File Limit In WordPress

Posted: 27 Jun 2010 11:22 PM PDT


If you ever tried to import your posts via Import feature which WordPress has, you might have faced a error saying:

“The uploaded file exceeds the upload_max_filesize directive in php.ini.”

This errors occurs if the file you importing is larger than default size i.e. 2MB, and generally the file size is always larger. To increase the default import file size limit, you can follow this quick tutorial.

01. Search for a file named .htaccess(hypertext access) in the webroot of your server (FTP) and can be easily created/edited using any text editor (like Notepad). Open it and add below code in it:


php_value upload_max_filesize 50M


02. Save and you are done.

No comments:

Post a Comment