Laravel 調整 PHP 參數

Siegfried Cheng
Jun 30, 2021

--

修改 public/.htaccess 檔案,增加一 IfModule 標籤:

<IfModule mod_php7.c>
php_value date.timezone Asia/Taipei
php_value post_max_size 128M
php_value upload_max_filesize 128M
php_value max_execution_time 600
php_value short_open_tag 1
php_value display_errors 0
</IfModule>

其中,mod_php7.c 視使用的 php 版本。若用 php5 則改成 mod_php5.c。

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

No responses yet

Write a response