2010/8/23 vishy <vishalsod...@gmail.com>:
> Hi,
>
> I am having issues with production server.Everything is running fine
> on my local development server.On production site(using apache), CSS
> files related to admin section are not being loaded.I have a feature
> where admin can add products and upload images for the
> product.But,when admin hits save,I get permission denied message.How
> can I figure out what path problems are existing and how to fix them?
> Thanks
>

on linux ls -l will givve you the perisions of each file and folder.
You can check what each letter means on
http://www.comptechdoc.org/os/linux/usersguide/linux_ugfilesp.html.

To server files the Apache server has to have read permisions. To
create files it has to have write permisions.

Best regards,

-- 
Antoni Aloy López
Blog: http://trespams.com
Site: http://apsl.net

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to