我是 .htaccess 的初学者,有人可以帮我吗?
//我的 .htaccess 代码
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /alumini/profile.php?username=$1
//通过上面我可以重定向url
localhost/alumini/profile.php?username=name
至
本地主机/铝/名称
但我也想隐藏loacalhost/alumini/index.php到loacalhost/alumini
简单地说……
我想要一个 htaccess 代码来隐藏索引页面,我还需要转换
localhost/alumini/profile.php?username=name
至
本地主机/铝/名称