我得到一个错误。或我需要帮助的问题。我想让用户更容易直接访问用户个人资料,例如 facebook 和 twitter。例如:twitter.com/kanyewest。我的 .htaccess 看起来像这样 请帮助我如何使我的重定向类似于 twitter 等。
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} ^(.*(data|tmp|log).*\.php)$
RewriteRule .*$ – [F,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
我的网站设置为 www.mydomain.com/u/1