Home WebServer PanelcPanel Change PHP parameters with .htaccess on cPanel Hosting

Change PHP parameters with .htaccess on cPanel Hosting

by Thạch Phạm
Published: Last Updated on
A+A-
Reset

There are many ways to change the parameters in PHP, such as direct customization in Select PHP Version, editing the php.ini file. And today AZDIGI would like to guide you to customize the htaccess file to change this parameter. To do this, you can follow the steps below.

Step 1: Log in to cPanel and go to the folder containing the source code

chrome LnDfE3eJoX

Step 2: Configure the .htaccess file

Because .htaccess is a hidden file, you need to show hidden files by doing as shown below

chrome RjbXJd4jrP6

If you do not have a .htaccess file, you need to create a new file by clicking New file => .htaccess

Next, open the .htaccess file and add the following lines and save (the parameters below you can customize)

php_value upload_max_filesize 512M
php_value post_max_size 512M
php_value memory_limit 512M
php_value max_execution_time 300
php_value max_input_time 300

After the save is complete, you can check it with the info.php file to show all the info

Step 3: Create the info.php file to check

You create an info.php file and paste the code below, then go to https://domain/info.php

<?php
phpinfo();
?>

Wishing you success!

Đánh giá

Tham gia nhóm hỗ trợ Server - Hosting

Tham gia nhóm Hỗ trợ Server - Hosting & WordPress để cùng nhau hỏi đáp và hỗ trợ các vấn đề về WordPress, tối ưu máy chủ/server.

Tham gia ngay

Bài viết cùng chuyên mục

AZDIGI – Không chỉ là đơn vị hàng đầu trong lĩnh vực Web Hosting và Máy chủ, chúng tôi mong muốn mang lại những kiến thức bổ ích nhất và luôn cập nhật thường xuyên cho cộng đồng người đam mê thiết kế website, công nghệ,…

Vui lòng không sao chép nội dung nếu chưa xin phép. Designed and Developed by PenciDesign