wp-o-matic does not work with wp-super-cache.
I want to exclude the wp-o-matic cron page from wp-super-cache i.e.-
/wp-content/plugins/wp-o-matic/cron.php?code=804950f1
How can I do that ?
thanks GOD
my problem is resolved 🙂
I solved it myself, ofcourse using googling!!!
I’m posting here the solution to help others as well for similar problem.
Problem was in the wordpress database table – wp_options
Search for cron in column – option_name of table – wp_options
Search may return 5-10 results( can be less or more )
Now look for entry something similar to – a:112:{i:1218988914;a:1:{s:8:”do_pings”;a:1:{s:32:… in column – option_value of table – wp_options
Solution: Change this strange option_value entry to 0
That’s it, problem solved. All will works fine now.
Please say thanks to me, if this solves your problem as well.
Bye for now.
Take care.
🙂