I'm at the simple to-do list item and after I add, I get sent back to / code.py/ instead of /
The page still works but all the links to static files (additions that I made which are not in the tutorial) get broken because they get rewritted as /code.py/static/foo.bar Now, I tried to get rid of the line in the .htaccess file that says RewriteCond %{REQUEST_URI} !^(/.*)+code.py/ Thinking that if I rewrite the line it might work but that is (obviously) broken too So, why am I getting this problem and how might I try to resolve it? Thanks -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to webpy@googlegroups.com. To unsubscribe from this group, send email to webpy+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.