我只是想知道我是否可以显示我的登录用户名,例如http://website.com/username /username 将是用户名并在 profile.php 上显示用户名我如何在回显中显示它?如果需要,这里的变量或变量是我的 ht 访问
RewriteEngine On
RewriteRule ^([a-zA-Z0-9_-]+)$ profile.php?user=$1
RewriteRule ^([a-zA-Z0-9_-]+)/$ profile.php?user=$1
RewriteRule ^([a-zA-Z0-9_-]+)$ profile.php?user=$1