I am trying to import XML file of my Blogspot blog to wordpress blog. But I have this error:
413 Request Entity Too Large
I have tried to increase the memory limit for .htaccess
file as well as from function.php
file.
post_max_size 128M
upload_max_filesize 100M
memory_limit 256M
I even tried to split XML file but don't find any free tool for it.