Forum Replies Created
-
AuthorPosts
-
Rhys
ParticipantI 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
RhysRhys
ParticipantHi Ernest,
Thanks for you reply. I have tried it without caching and without Timthiumb, but I still get the broken images. If I turn on cache and preload the images. The url image name retrieved from a search is different to the one in the cache.
Image actual name in cache=
b76fcfa22ce6c19a936e0da2cf133421.jpgAny idea why this would be?
It was working on my local copy with MAMP. I could try to clear all the settings on the plugin but how would be best to do this and can I save the styles I have created as it took ages to set up.
Thanks
Rhys -
AuthorPosts