추천 튜토리얼: "thinkphp Framework"
tp5 hide index.php
Directory
//pullic/static/.htaccess
파일 내용은 다음과 같습니다
<IfModule mod_rewrite.c> Options +FollowSymlinks RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)index.php?s =1 [QSA,PT,L] </IfModule>