It appears as though you're trying to work on a copy of a production website on your localhost using a different Operating System platform. Is that correct?

If so, I would highly recommend you spin up a virtual machine within Windows, and install the exact same OS with the same version that's in production, and get everything set up as close to the same as possible. Then, do your development on there.

To develop on one platform then attempt to implement on another one in a production migration without a staging setup is asking for severe headaches.

If your goal is cross-platform support, that's one thing, but you still should have a production replica environment to ensure everything works on the platform you're dumping into in your prod environment.

...and please, when starting new threads, use a more logical question title that reflects the problem you're facing or the question you want answered. The title used here doesn't give readers any context whatsoever.


In reply to Re: Success with main page by stevieb
in thread Success with main page by traincity

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.