.HTACCESS复制我的链接

时间:2015-10-04 19:22:47

标签: php .htaccess

这是我的.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)的对象。

请有人帮我解释为什么它会复制第一个参数吗?

我尝试了三个参数,它复制了第一个和第二个参数

感谢您的预期时间

1 个答案:

答案 0 :(得分:0)

尝试将您的href设为`cat the_file_you_generated`