Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

Re: Joomla search and nginx not working together

$
0
0
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.

Viewing all articles
Browse latest Browse all 4759

Trending Articles