我今天在WolframAlpha.com搞砸了,注意到你从wolframalpha.com/index.html页面开始,然后当你点击enter
时,你被重定向到wolframalpha.com/input/? I = YourSearch
我知道如何设置它,<form action="newpage.php" method="GET" />
但是对于我正在处理的项目,如果我可以重定向到example.com/?val=something
而不是example.com/newpage.php?val=something
那会很酷重定向到一个文件,但页面名称像WA一样隐藏?这会是.htacess的工作吗?
修改 我需要从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
答案 0 :(得分:0)
如果您访问index.php
时加载的脚本为www.example.com/
,则在此页面上显示<form action="">
的表单即可执行此操作。