我想重写以下内容: http://www.example.com/template/school.php?SchoolName=IMD
到
http://www.example.com/template/school/IMD/
这有什么问题:
Options FollowSymLinks -Indexes +MultiViews
RewriteEngine On
RewriteBase /template/
RewriteRule ^school/(.*)/$ school.php?SchoolName=$1 [QSA,L,NC]
我已尝试过多个域中可用的所有内容,但不知何故.htaccess中的URL重写无法正常工作。已经花了相当多的时间在此,任何帮助表示赞赏。