WP – How To Import Large WordPress XML File Above Default Limit Size? I wanted to export the posts, comments, categories and tags of one WordPress blog and move the contents using the export option in WordPress Tools in Wp Admin.
I found out you can do this in .htaccess – just add the following:
#set max upload file size php_value upload_max_filesize 25M #set max post size php_value post_max_size 25M
Where I have added “25m” you can edit this to abover whatever size your xml file is.
Now you can export a large xml file and upload the file to another wordpress blog.
RELATED ARTICLES
- The Best WordPress SEO Plugin
- Advice – Nofollow Blog Comments
- Do WordPress Self Pings Waste Pagerank?
- Host WordPress blog in a subdomain or directory?
- How To Exclude A Category or Post From RSS Feed in WordPress
- List Recent Posts From Single Category on Posts Within Same Category
- Add Text To Home Page Only on WordPress Blog
- WordPress Contact Form 7 Redirect To Thank You Page
- Speed Up Contact Form 7 Plugin For WordPress
- Dynamic PHP Copyright Notice in WordPress
- How To Import Large WordPress XML File Above Default Limit Size



