如果我使用 htaccess 代码:
RewriteRule ^test/(.*)/?$ /taxis/index.php?location=$1 [L,QSA,NC,R]
并导航到链接:
htaccess 工作并将我转移到: http ://test.co.uk/taxis/index.php?location=abcde
但是,我想更改重写规则,使其适用于同一目录:
^taxis/(.*)/?$ /taxis/index.php?location=$1 [L,QSA,NC,R]
但是当我导航到链接时:
该链接不起作用并产生:
http://test.co.uk/taxis/index.php?location=index.php&location=index.php&location=index.php&location=index.php&location=index.php&location=index.php&location=index.php&location=index.php&location=index.php&location=index.php&location=index.php&location=index.php&location=index.php&location=index.php&location=index.php&location=index.php&location=index.php&location=index.php&location=index.php&location=index.php&location=abcde
你知道我可以如何调整这个给我: