标签: apache .htaccess
我需要帮助用htaccess重写网址,现在我的网址是
http://site.com/index.php?user=ln12666279n
我想让它像
http://site.com/user/ln12666279n
任何帮助?
答案 0 :(得分:2)
试试这个:
RewriteCond %{REQUEST_URI} ^/(user)/([\w\d]+)/?$ [NC] RewriteRule ^ /index.php?%1=%2