Google Ads

Recent Posts

Archives

Topics


« Unit testing VBA projects | Main | Image map coordinates calculated incorrectly by IE7 »

Careful with filenames when deploying to Linux

By Shawn Bradley | September 5, 2007

Today, I lost a substantial amount of time troubleshooting a site deployment.  My development platform is Windows, and the site was fully functional on my system.  However, when I deployed it to the production server, suddenly files were not able to load.  After attempting numerous variations of the path settings, it finally dawned on me that one of the files had a capital letter.  In Linux, this matters!  As soon as I renamed the file, everything worked fine.

Topics: Uncategorized |

Comments