Re: 404 Error in admin theme
Posted: Mon Aug 07, 2006 12:09 am
Should be fixed in latest SVN: http://viewsvn.cmsmadesimple.org/viewsv ... w=rev Tygger2512 wrote: I keep getting an intermittent 404 error for an image (vstippled.gif) in the default admin theme, which exists in:
/admin/themes/default/images/
In the /admin/themes/default/css/styles.css file the background urls are addressed as relative (e.g. themes/default/images/vstippled.gif) and the 404 error is because the file is being searched for in http://www.mydomain.com/admin/themes/de ... ippled.gif so shouldn't the background urls in styles.css be addressed using "/admin/themes/default/images/filename.gif"?