Find a Question:
How to import BIG wordpress xml file, if the limit is only 8 mb?
Sep
9
2010
How to import BIG wordpress xml file, if the limit is only 8 mb?
Answer this Question
You must be Logged In to post an Answer.
Not a member yet? Sign Up Now »
Star Points Scale
Earn points for Asking and Answering Questions!
[1 - 25
[26 - 50
[51 - 500
[501 - 5000
[5001 - 25000
[25001+
Answer #1
You can try to export in parts like few major categories and then transfer everything in small parts. Or else try to contact the web host and see if they can increase this.
Apart from this do the following to your .htaccess file :
If you add the line php_value upload_max_filesize 32M – just before the final line, it can increase the upload limit to say 32Mb in total.
loading...