Results 1 to 4 of 4

Thread: How I can set the php.ini values from the .htaccess?
      
   

  1. #1
    Dino is offline Private
    Join Date
    May 2006
    Posts
    3

    Default How I can set the php.ini values from the .htaccess?

    How can I set the php.ini values from the .htaccess?
    php_value post_max_size "50M" not working.

    Also these don't work either.

    <IfModule mod_php4.c>
    php_flag post_max_size 50
    php_value post_max_size 50
    </IfModule>
    or

    set_ini('post_max_size', 50);

    Thanks

    Dino

  2. #2
    Brad's Avatar
    Brad is offline Forum Administrator
    Join Date
    Jun 2005
    Location
    Wilmington, Delaware
    Posts
    525

    Default Re: How I can set the php.ini values from the .htaccess?

    Please submit a support ticket for further information on this topic.

    www.vodasupport.com

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  3. #3
    Dino is offline Private
    Join Date
    May 2006
    Posts
    3

    Default

    Hey brad thanks for the fast reply. I ending up getting this fixed by creating a php.ini file. From advice here

    http://www.vodahost.com/vodatalk/mys...ight=.htaccess


    Then added

    post_max_size =
    upload_max_filesize =

  4. #4
    Brad's Avatar
    Brad is offline Forum Administrator
    Join Date
    Jun 2005
    Location
    Wilmington, Delaware
    Posts
    525

    Default Re: How I can set the php.ini values from the .htaccess?

    cool!

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49