Forum Moderators: open
www.MySite.com goes to www.mysite.com b/c DNS is case-insensitive.
/Path1/ may or may not be the same as /path1/ depending on your server's operating system. If you're on a Windows system paths & filenames are case-insensitive. On *nix paths & filenames are case-sensitive so /Path1/, /PATH1/, and /path1/ are 3 different places.
If you rename stuff, you will need to put in a redirect from the old name to the new name.
In general it is better to use all lower case for the names. Separate the words using hyphens, dots, or commas. Do not use spaces or underscores.
And even if i tried to create copies of the original pages with 301 redirects, my server claims that i cant have two files with the same name, although one has all lowercase and one doesnt.
jmdb, I take it the server is running Windows IIS. Because IIS isn't case sensitive, /EXAMPLE.htm is the same file as /example.htm. The best solution in the long run is to move to Apache, using Unix, then you can do 301 redirects for /EXAMPLE.htm to example.htm, and things will all get sorted out by the SE's.
[widgetworld.com...]
all my urls are setup like this....
1) is the 01, 02..., 08 hurting me?
2) are the underscores hurting me
If the numbers can go, then remove them.
For the new page names set up redirects from the old to the new so that visitors following bookmarks, and links from other sites, and search engines revisiting the site, are all redirected to the new pages.
see the #4 listing:
[google.com...]