Found a solution after many days of searching.
This is from a sh404sef forum.
"
Open this file: modules/mod_search/tmpl/default.php
and change:
<form action="index.php" method="post">
to:
<form action="<?php JRoute::_('index.php'); ?>" method="post">
"
This worked for me. Search is now working from all pages.
This is from a sh404sef forum.
"
Open this file: modules/mod_search/tmpl/default.php
and change:
<form action="index.php" method="post">
to:
<form action="<?php JRoute::_('index.php'); ?>" method="post">
"
This worked for me. Search is now working from all pages.