Hmm. Try adding* this before your alias statement:
<Directory "C:/data/projects/web/media">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
* Remember to change the Directory value to the base directory where
your media files are stored.
Sean
On 10/20/06, Tipan <[EMAIL PROTECTED]> wrote:
>
> Sean,
>
> Thanks for your time here, much appreciated.
>
> That all made sense except the alias statement in HTTPD.conf. Does it
> matter where I place this line?
>
> I've implemented it all as you described and it now throws up an error
> in the HTML source as before and doesn't fromat the output:
> -------------
> <link href="/media/admin/css/dashboard.css" type="text/css"
> rel="stylesheet">
>
> Access forbidden!
>
> You don't have permission to access the requested object. It is either
> read-protected or not readable by the server.
>
> If you think this is a server error, please contact the webmaster.
> Error 403
>
> localhost
>
> 10/20/06 16:46:02
> Apache/2.2.2 (Win32) DAV/2 mod_python/3.2.10 Python/2.4.3 mod_ssl/2.2.2
> OpenSSL/0.9.8b mod_autoindex_color PHP/5.1.4
>
> -------------
>
> Any thoughts?
>
> Tim
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-developers
-~----------~----~----~----~------~----~------~--~---