Viewing 1 replies (of 1 total)
  • Thread Starter joegasper

    (@joegasper)

    Also, I’ve noticed the following problem while trying this out on an Azure site. The php5.ini or php.ini files are created, but the php5.ini file has the settings repeated (looks like for each time I tried to update).

    php5.ini
    upload_max_filesize = 32M
    post_max_size = 33M
    upload_max_filesize = 250M
    post_max_size = 33M
    upload_max_filesize = 250M
    post_max_size = 33M
    upload_max_filesize = 250M
    post_max_size = 33M

    php.ini
    upload_max_filesize = 250M
    post_max_size = 33M

    Thanks again,
    Joe

Viewing 1 replies (of 1 total)
  • The topic ‘Support for WordPress on Azure’ is closed to new replies.