I've been hired by a firm as an entry level developer/seo/content marketing person and part of my responsibility includes their Drupal (6.X) CMS. I'm working my way through the 'The Definitive Guide to Drupal 7' and I've been making only small iterative changes so far while I'm getting the hang of everything. Today though, I have a bit of an issue which I could use some help on.
Some of the content links are breaking and it is due (I believe) to the way they have Drupal configured as well as my own green-ness. For example, the site's content area (the <front>) is called www.drupal.com/blog but the name of the server that hosts Drupal is server.drupal.com. Newer content and some of the older content is being automatically aliased to server.drupal.com and so is only viewable when a user (admin) is logged in. So, when a video node is posted, it is aliased as, for example, server.drupal.com/videos/awesome-video but when www.drupal.com/videos/awesome-video is entered into the URL as an anon user it throws a 404. No bueno.
The URL Alias module automattically sets server.drupal.com as the default base pathway and only allows me to set the /videos/awesome-video part of the alias.