I am using .htaccess.
My original link is:
http://example.com/CareerDays/index.php?u_type=admin
And I'm trying to make it look like this:
http://example.com/v/admin
The entire code looks like this:
RewriteEngine On
RewriteRule ^v/([^/]*)$ /CareerDays/index.php?u_type=$1 [L]
And I always get
"500 Internal Server Error"
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…