Reply To: The search does not work on Firefox

Home Forums Product Support Forums Ajax Search Pro for WordPress Support The search does not work on Firefox Reply To: The search does not work on Firefox

#8703
Pavel Tashev
Pavel Tashev
Participant

CONTENT OF THE ORIGINAL htaccess:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress