So I have a website currently up for production but when I saw tastyigniter it seemed great. I decided to install and setup in a subdirectory. Since I was doing it quickly I didn't care too much about howany directories it was buried in. Anyways after setting up I figured I'd tidy it up a tiny bit to get some employees to help test. I moved everything to just 1 subdirectory instead of the original that was 2 subdirectories deep. I don't know if I had this issue originally but I noticed a few pages don't work properly. An example is... When someone navigates to register a "plain" customer account. It is loading my actual website from the root public_html/ directory but with all case and styling removed.
tl:dr I was assuming I could just change the folder that all the files were in without a problem but maybe it caused some? If this is not the case then how should one set this up for testing before committing to putting it in the actual production directories?