This RewriteRule
RewriteRule ^test/(.*)$ test.php?url=$1
On this URL
mysite.com/test//one///two////three///
Is giving me this result
$1=url='one/two/three/'
I'm using easyphp if it matters and I like to know why is Apache removing multiple slashes internally without redirecting to correcred URL? and how can I disable or add a redirect to this behaviour?
Thank in advance
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…