update.php
I've just successfully installed selfoss and imported my google reader subscriptions. I use aws Ubuntu 13.04 and MySQL. I'm trying now to update my feeds unsuccessfully. these are the two commands I tried unsuccessfully.
wget --quiet --delete-after http://ec2-54-214-71-70.us-west2.compute.amazonaws.com/selfoss/update.php
curl http://ec2-54-214-71-70.us-west2.compute.amazonaws.com/selfoss/update.php
This is the output of curl
<!DOCTYPE html>
<html>
<head><title>404 Not Found</title><style>code{word-wrap:break-word;color:black}. ic}.const,.constant_encapsed_string,.class_c,.dir,.file,.func_c,.halt_compiler,. oolean_and,.boolean_or,.concat_equal,.dec,.div_equal,.inc,.is_equal,.is_greater_ ,.logical_or,.logical_xor,.minus_equal,.mod_equal,.mul_equal,.or_equal,.plus_equ paamayim_nekudotayim{color:black}.abstract,.array,.array_cast,.as,.break,.case,. e,.endfor,.endforach,.endif,.endswitch,.endwhile,.eval,.exit,.extends,.final,.fo nterface,.isset,.list,.namespace,.new,.print,.private,.public,.protected,.requir lue}.open_tag,.open_tag_with_echo,.close_tag{color:orange}.ini_section{color:bla {color:blueviolet}.xml_data{color:red}.section{color:black}.directive{color:blue
</style></head>
<body>
<h1>Not Found</h1>
<p>HTTP 404 (GET /selfoss/update.php)</p>
</body>
Any suggestion?