관리-도구
편집 파일: .htaccess
<IfModule mod_rewrite.c> RewriteEngine On # Force HTTPS redirection RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] # Set base directory to public RewriteCond %{REQUEST_URI} !^/public RewriteRule ^(.*)$ public/$1 [L] </IfModule> # PHP handler <FilesMatch "\.(php4|php5|php3|php2|php|phtml)$"> SetHandler application/x-httpd-alt-php82___lsphp </FilesMatch>