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
April 5, 2023 at 1:18 pm
#42116
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.