我正在使用以下代码进行重定向,哪种方法有效......
RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^([^\.]+)$ /pages/gf_profile.html?user=$1 [NC,L]
我的文档根位于
/home/mysite/1NTJ3EJZ/htdocs/
当用户输入网址时,例如
mysite.com/johnsmith
我将作为用户变量返回:
htdocs/johnsmith
所以就好像用户正在输入:
mysite.com/pages/gf_profile.html?user=htdocs/johnsmith
但他们不是
为什么?我想简单地让johnsmith回来