This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Ajax serach Pro does not work anymore #51998
    PixinfyPixinfy
    Participant

    Hi Ernest,

    Hope this message will find you great 😉
    When googling my company name, I just saw this thread was referenced by Google…

    Not very professional? Apparently I forgot to tick the “set as private” option…
    My bad then…

    Would you be kind enough to make all this thread private or delete it?

    Thanks for that, this will be very much appreciated.

    Kind regards,
    JG

    in reply to: Ajax serach Pro does not work anymore #42625
    PixinfyPixinfy
    Participant

    Hi Ernest,

    Thanks for your feedback and sorry again for my late answer, quite a lot of bank holidays in May here in France 😀

    Actually you got it 100% right : recursively changing cache folder to 755 solved the issue…
    Well done 😉

    So I changed back compatibility settings to the image enclosed.
    Does it seem correct to you?

    And do you see any settings to modify in order to have more reactivity in suggested results when typing a request?

    Thanks again a lot for your top class support,
    Kind regards,
    Jean-Ghislain

    in reply to: Ajax serach Pro does not work anymore #42446
    PixinfyPixinfy
    Participant

    Hi Ernest,

    Thanks a lot for your reactivity and the quick fix, greatly appreciated 🙂
    Sorry for my late answer, I had a few days off 😉

    So, here is the content of .htaccess file:

    # Begin Force HTTPS
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteCond %{HTTPS} !on
    RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    </IfModule>
    # End Force HTTPS

    # BEGIN WordPress
    # Les directives (lignes) entre « BEGIN WordPress » et « END WordPress » sont générées
    # dynamiquement, et doivent être modifiées uniquement via les filtres WordPress.
    # Toute modification des directives situées entre ces marqueurs sera surchargée.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    # Desactivates folders content display
    Options All -Indexes
    # Hides server infos
    ServerSignature Off
    # Protects file wp-config.php
    <files wp-config.php>
    order allow,deny
    deny from all
    </files>
    # Protects files .htaccess et .htpasswds
    <Files ~ “^.*\.([Hh][Tt][AaPp])”>
    order allow,deny
    deny from all
    satisfy all
    </Files>
    # Activates symbolic links follow
    Options +FollowSymLinks

    I don’t see incorrect .htaccess rule or a mod_rewrite condition, but I’m no expert…

    In addition, the wp-content/cache/ folder actually exists, and there is a folder “asp” inside for the plugin, with files into it (enclosed screen-1) but it may have appeared after your fix.

    For permissions applied to wp-content/cache/ please see screen-2 as I don’t know whether this is correct or not…

    Thanks,
    Jean-Ghislain

Viewing 3 posts - 1 through 3 (of 3 total)