Advertisement
H4nk

httacces

Oct 12th, 2012
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. ###Start Kloxo PHP config Area
  2. ###Please Don't edit these comments or the content in between. kloxo uses this to recognize the lines it writes to the the file. If the above line is corrupted, it may fail to recognize them, leading to multiple lines.
  3.  
  4. <Ifmodule mod_php4.c>
  5. php_value error_log "/home/bitplug/__processed_stats/simpau.bit-plug.com.phplog"
  6. php_value upload_max_filesize 2M
  7. php_value max_execution_time 30
  8. php_value max_input_time 60
  9. php_value memory_limit 32M
  10. php_value post_max_size 8M
  11. php_flag register_globals on
  12. php_flag display_errors on
  13. php_flag file_uploads on
  14. php_flag log_errors on
  15. php_flag output_buffering off
  16. php_flag register_argc_argv on
  17. php_flag magic_quotes_gpc off
  18. php_flag magic_quotes_runtime off
  19. php_flag magic_quotes_sybase off
  20. php_flag mysql.allow_persistent off
  21. php_flag register_long_arrays on
  22. php_flag allow_url_fopen on
  23. php_flag cgi.force_redirect on
  24. php_flag enable_dl on
  25. </Ifmodule>
  26.  
  27. <Ifmodule mod_php5.c>
  28. php_value error_log "/home/bitplug/__processed_stats/simpau.bit-plug.com.phplog"
  29. php_value upload_max_filesize 2M
  30. php_value max_execution_time 30
  31. php_value max_input_time 60
  32. php_value memory_limit 32M
  33. php_value post_max_size 8M
  34. php_flag register_globals on
  35. php_flag display_errors on
  36. php_flag file_uploads on
  37. php_flag log_errors on
  38. php_flag output_buffering off
  39. php_flag register_argc_argv on
  40. php_flag magic_quotes_gpc off
  41. php_flag magic_quotes_runtime off
  42. php_flag magic_quotes_sybase off
  43. php_flag mysql.allow_persistent off
  44. php_flag register_long_arrays on
  45. php_flag allow_url_fopen on
  46. php_flag cgi.force_redirect on
  47. php_flag enable_dl on
  48. </Ifmodule>
  49.  
  50. ###End Kloxo PHP config Area
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement