mkdir lee
cd lee
composer create-project
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^lee/(.*)$ lee/index.php/$1 [QSA,PT,L]
</IfModule>
your-domain/lee/module/controller/method
原文地址:http://blog.51cto.com/12173069/2071722
时间: 2024-10-16 19:49:46