> Is there a way to increase the import file size limit for wordpress xml imports? I think it's in the PHP memory limit, most hosts limit you to about 2megs, I forget the exact amount. However, if you stick the following in the .htaccess file, it should up the limiter.
php_value memory_limit 50M You can change the 50m to whatever you like :) , although if you have a shared host, you might want to check it's not against their TOS, but for one upload, it should be ok. Regards George Pearce [EMAIL PROTECTED] http://www.gpearce.co.uk _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
