我正在使用Joomla网站并将其从root / public_html文件夹移动到名为/ portfolio的新文件夹。
这样做会导致网站右上角网站上的搜索功能中断。我似乎无法弄清楚如何解决这个问题。
以下是我将此网站移至/ portfolio的子目录之前搜索框的代码。
<form action="/portfolio/results" method="get">
<div class="search_div">
<span class="search_div_padding">
Search the material: <input type="text" name="stone" value="<?php if ($_GET['stone']) echo urldecode($_GET['stone']);?>" class="input_search" />
<input type="submit" name="search" value="Search" class="button_search_submit" />
</span>
</div>
</div>
</form>
任何想法都将不胜感激!这是有问题的网站:
http://abcworldwidestone.com/portfolio/
谢谢!