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

Reply To: Failed to load plugin url: …plugins/ajax-sea

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Failed to load plugin url: …plugins/ajax-sea Reply To: Failed to load plugin url: …plugins/ajax-sea

#42116
EditorCZEditorCZ
Participant

This is the only content of the .htaccess file in the root of the web:

<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>

I am not keen on the .htaccess rules and content so if you see anything wrong here, please tell me.

HOWEVER when I rename the .htaccess to .htaccess.bak the problem presists.