Forbidden
You don't have permission to access /admin/Article/newsitem/10/ on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a4b47ccc-f8e2-40a8-856c-ea7bfe7cfd99%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
> You don't have permission
the error seems to be fairly descriptive.you need to log in the django admin as superuser and grant permission to the users
Ask if Apache mod sec is installed on the server
If it is it can account for a lot of weirdiness
> --
> You received this message because you are subscribed to the Google Groups "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
> To post to this group, send email to django...@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c344a1dd-521d-44fe-aa49-cbe867bb8dc9%40googlegroups.com.
Notice that this is the default Apache error message, not one for Django. That strongly suggests that people are being redirected away from your Django server to another, different one. Perhaps Django is running on a non-standard port, and after saving they are being redirected to the default port 80?