I've created a custom theme for my wordpress site that works perfectly on my local wordpress set-up, but when i upload it to my working site (hosted on godaddy), it won't load the CSS file.
I have tried linking directly to the CSS file in my header, i.e. by linking directly to /wp-content/themes/mytheme/style.css, rather than using the <?php bloginfo('stylesheet_url'); ?> function. And it still does not load, firebug shows that there is a 404 error when trying to call the stylesheet, as if it doesn't exist.
This started occuring shortly after i moved the index.php file away from the core wordpress files, i followed the instructions and my site/blog worked perfectly, but my custom theme wouldn't load the CSS.
I uninstalled wordpress, and re-installed it, keeping all the files in the same directory, and it works fine when just using the default theme, but will STILL not load the CSS file from my theme folder.
If anybody could help, i'd be really greatful, thanks.