Custumer search does not work Error 404

Issue #134 resolved
Karsten Bandlow created an issue

See source of your form. customer.php doesnt exist. It breaks the application, the error comes directly from apache. Maybe its better to catch this by a rewrite rule.

<form class="form-inline pull-right" action="customer.php" name="search1" method="get"> <div class="input-append"> <input type="text" value="" class="input-medium" name="search"> <input type="submit" value="Search" class="btn"> </div> </form>

Comments (2)

  1. Janos SUTO repo owner

    well, the .htaccess file already features these new rewrite rules, and just added to the nginx section.

  2. Log in to comment