0

我今天在WolframAlpha.com上搞砸了,注意到您从 wolframalpha.com/index.html 页面开始,然后当您点击时,enter您会被重定向到 wolframalpha.com/input/?i=YourSearch

我知道如何设置它,但是对于我正在处理的项目,如果我可以重定向到而不是重定向到一个文件,但像 WA 一样隐藏页面名称<form action="newpage.php" method="GET" />,那会很酷吗?这会是 .htacess 的工作吗?example.com/?val=somethingexample.com/newpage.php?val=something

编辑: 我需要从 index.php 直接指向 pages/file.php,而不会在浏览器的 url 中显示“file.php”。所以如果我说:

<form action="pages/file.php" method="GET">
    <input type="text" name="foo" />
</form>

那么如果将我引导到 example.com/?foo=blah 而不是 example.com/pages/file.php?foo=blah

4

1 回答 1

0

如果index.php您访问时加载了脚本,则www.example.com/在此页面上有一个表单<form action="">将执行此操作。

于 2012-10-23T23:21:42.723 回答