这是我的.htaccess文件
{"responseEnvelope":...,"estimatedAmountTable":{"currencyConversionList":[{"baseAmount":{"code":"USD","amount":"1"},"currencyList":{"currency":[{"code":"RUB","amount":"31.63"}]}}]}}
这是我的php文件
的index.php
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)$ index.php?id=$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)/([^/]+)$ index.php?id=$1&iff=$2 [L]
这个问题是,当我点击第一个链接(aaa)时,它打开的网址很好(https://localhost/Make/Mak)
但是当我再次点击它时,它会显示找不到网址(https://localhost/Make/Make/Mak)的对象。
请有人帮我解释为什么它会复制第一个参数吗?
我尝试了三个参数,它复制了第一个和第二个参数
感谢您的预期时间
答案 0 :(得分:0)
尝试将您的href设为`cat the_file_you_generated`