每个人..
我的网址有问题。我像这个友好的网址一样重写我的网址。
http://www.lankainstitute.com/1289/Mahesh Jayarathna HTTP/1./?1
但是在我的网址末尾添加了这个字符串“HTTP/1./?1”..
谁能告诉我这是为什么???
这是来自我的 .htaccess 文件
RewriteEngine On
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /profiles/tutors/index.php\?tutorCode=([0-9]+)&tutorName=([^&]+)&?([^\ ]+)
RewriteRule ^profiles/tutors/index\.php /%1/%2/?%3 [R=301,L,NE]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([0-9]+)/(.+)/$ /profiles/tutors/index.php?tutorCode=$1&tutorName=$2 [L,QSA]
任何意见都非常感谢..
谢谢你。