By Mark on Wednesday, 04 December 2013
Posted in Technical Issues
Replies 3
Likes 0
Views 799
Votes 0
Why am I getting these pages created every 5 mins outside the root on my server? I log into my ftp, and there are literally, hundreds of these (login.html.xxx) pages..one created every 5 mins, numbered incrementally . They average around 40kb each. Its a pain to have to go in and delete them every day!

I have attached one of these pages.. I have changed the url in it.
Hello Mark,

I believe this could be due to your cron settings. How does your cron settings look like currently?
·
Wednesday, 04 December 2013 19:21
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Wednesday, 04 December 2013 21:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

Use this instead,


wget -O /dev/null "http://my-site.com.au/index.php?option=com_easysocial&cron=true" >/dev/null 2>&1
·
Wednesday, 04 December 2013 21:55
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post