Search when Clean URL is enabled

Boardhopper

Member
When Clean URLs is enabled, the search only works on the index page. The path for the Clean URLs shows an invalid path on category and stats page.
 
this has been corrected, I missed including this in the last release.

for those who wan tto fix it now open wrapper.html and find:

<form action="index.php" method="get">

replace with:

<form action="{$list_url}/index.php" method="get">
 
Back
Top