• I am using wordpress 3.2.1 because of some reasons i deleted my blog but i downlaod the export file before doing it . Now after it when i reinstall the wordpress and goto import wordpress options it says you can only upload upto 2 Mb
    I search alot on this all i got was to change php.ini file to the size i want . Can Anyone can tell me where php.ini is located in my host . I am using cpanl X unlimited Hosting .

    Or any one have anyother solution to import my blog its 4.4Mb so please help me.
    Now i only have that (Export file) to import it on my blog .
    Any one knows a software by which i can split this 4.4Mb to 3 xml files. Or any other solution . Please help me i am losing alot of traffic since 2 days .

Viewing 4 replies - 1 through 4 (of 4 total)
  • Depending on how much flexibility you have with your hosting the php.ini file might not be available for you to edit. It’s probably worth checking with your provider.

    Thread Starter tanveersultan

    (@tanveersultan)

    than whats the solution please ?

    Contact your hosts.

    You may be able to get around needing to edit php.ini by using the .htaccess file for your WordPress install (it’s located in the webroot directory, and is auto-generated if you have custom permalinks set up) by adding the following:

    php_value post_max_size 16M
    php_value upload_max_filesize 16M

    Unless you host has rules in place to prevent it, that should increase your upload limit within WordPress.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to import More than 2 Mb In wordpress’ is closed to new replies.