To change PHP Configurations on a Sub-Domain or Addon Domain, simply follow these steps:

  1. Login to your Intek Host Control Panel
  2. Once you are in, locate the Web Files tab and click on File Manager to open.
  3. Next, locate the sub-domain or Addon Domain folder, and then open it.
  4. Next, click on the 3 lines at the top right corner of the window, and create a new file with the name: .user.ini
  5. Next, open the newly created file and copy the following inside:

    ;+StackCP
    asp_tags = 0
    auto_append_file =
    auto_prepend_file =
    display_errors = 0
    error_reporting = 22527
    file_uploads = 1
    post_max_size = 256M
    max_execution_time = 300
    max_input_vars = 2500
    max_input_time = 60
    max_file_uploads = 100
    memory_limit = 512M
    output_buffering = 0
    short_open_tag = 1
    upload_max_filesize = 256M
    ;-StackCP

  6. Once you are done, save and close the new file window.


NOTE: If your WordPress Theme or Website requires specific values for these configurations, you can edit them here before saving.