관리-도구
편집 파일: .htaccess
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} !localhost RewriteCond %{HTTP_HOST} !^(.+)\.(.+)\.(.+) RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [L,R=301] RewriteCond %{REQUEST_URI} !public/ RewriteRule (.*) /public/$1 [L] </IfModule> # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php82” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php82___lsphp .php .php8 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit