관리-도구
편집 파일: .htaccess
RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^(.*)$ public/$1 [L] </IfModule> <FilesMatch "\.(php4|php5|php3|php2|php|phtml)$"> SetHandler application/x-httpd-alt-php82___lsphp </FilesMatch> # ===== Increase file upload and POST size limits ===== php_value upload_max_filesize 100M php_value post_max_size 120M php_value max_execution_time 300 php_value max_input_time 300