|
From: will <wi...@bl...> - 2008-06-17 12:41:15
|
The 404 error is coming from your web-server--not from PyBlosxom. So the index.rss20 request isn't getting routed to PyBlosxom.... In fact, no request gets through if it has any PATH_INFO bits. How do you have PyBlosxom deployed? Are you using CGI? Are you using Apache with an .htaccess file that has RewriteRules in it? If so, what are the RewriteRules you're using? /will Fernando Espinoza wrote: > Hello. > > I installed pyblosxom yesterday, and have been trying to get it to work > for just too many hours. > > You can see in http://www.sanpanchoblog.com/ that the links for RSS, > comments, permanent link, etc... all result in 404s. Anything that ends > with foo.flavourname fails, but if I substitute foo/?flav=flavourname it > works. > > e.g: > http://www.sanpanchoblog.com/index.rss20 FAILS > http://www.sanpanchoblog.com/?flav=rss20 SUCCEEDS > > What am I doing wrong? How can I fix this? > > You can see a copy of the output on debug mode at: > http://www.sanpanchoblog.com/dump.html > > Thank you. |