editing Wordpress' .htaccess file can be a little dangerous since it generates those to create the templating system for categories and tags. Looking at a couple of .htaccess files on some wordpress blogs I have, I don't see them explicitly changing access to .css files.
What's probably happening is that your CSS files are located under your theme directory, usually located in /blog/wp-content/themes/your- theme. These are then included via various php files in that directory. Hope this helps. On Jan 5, 1:05 am, Nick Dynice <[email protected]> wrote: > Firebug Lite said that it could not see my CSS file. Then when I > tried to access it via my browser, I got a 404 error. Then after I > restarted my browser it started working. > > On Jan 4, 7:57 pm, John J Barton <[email protected]> wrote: > > > .htaccess is a server thing, maybe Apache. Not about Firebug. > > jjb > > > On Jan 4, 6:47 pm, Nick Dynice <[email protected]> wrote: > > > > I am trying to use Firebug Lite for Safari and IE testing, but > > > Wordpress's .htaccess file is not allowing public access to the CSS > > > files. What do I need to change in .htaccess to allow this to work? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Firebug" 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/firebug?hl=en -~----------~----~----~----~------~----~------~--~---
