Thanks for sharing such great software, testing from last three days,
but in my case Admin panel is not working, firefox says "The page isn't
redirecting properly Firefox has detected that the server is redirecting
the request for this address in a way that will never complete....."
Using 0.4.2
my config file
urls['default'] = (
'/_cron/(.*)', 'Cron',
'(/files/.*)', 'config.Static',
'(/wp-includes/.*)', 'config.Static',
'(/wp-content/.*)', 'config.Static'
)
# POP definition
# You can define and configure your Point Of Presence
class Static(cache.Service):
origin = '
http://aadityas.com'
maxTTL = 2592000 # 1 month
ignoreQueryString = True
forwardPost = False
allowFlushFrom = ['127.0.0.1']
All rest files are untouched. So how to make it work ?