Reply To: Search images broken

#2981
Rhys
Rhys
Participant

I Just checked the logs for the domain and can see this error.

[Wed Nov 19 12:27:32 2014] [crit] [client 176.61.54.140] (13)Permission denied: /home/philiple/public_html/wp-content/plugins/ajax-search-pro/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable, referer: http://wordpress.philiplee.ie/~philiple/people/

There is no .htaccess file in the plugin folder. Should there be? And if so what would I need to put into it. The main site .htaccess just has the usual wordpress stuff…

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

# END WordPress

Any help appreciated.
Thanks
Rhys