I had issue with .htaccess but sorted.
AuthUserFile /pathtohtaccessfile/.htpasswd
AuthName “Protected Area”
AuthType Basic
require valid-user
Order allow,deny
Allow from xxx.xxx.xxx.xxx
Allow from xxx.xxx.xxx.xxx
Satisfy any
My issue was that it need to be capitals for Satisfy, this allows to password protect your wordpress site and allow the simply static code to access the wordpress itself without requiring login.
Ok its started writing a debug log now, but all thats in it is me cancelling a job.
I am running the system without the DNS pointed at the server so that may be the issue with the curl process not being able to crawl the site.
Should the process write to the log at some point that its failed or timed out, is there a timeout period set ?
Thanks
Simon
-
This reply was modified 9 years, 2 months ago by simonuk1.
What version of PHP are you running ?