我的个人资料页面需要帮助。我当前的 .htaccess 代码是
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /profil.php?username=$1
我希望它看起来像myurl.com/username
而不像myurl.com/profil.php?username=username
我的个人资料页面需要帮助。我当前的 .htaccess 代码是
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /profil.php?username=$1
我希望它看起来像myurl.com/username
而不像myurl.com/profil.php?username=username