1
I have a question that has bothered me for a while.
I do all of my development on my localhost and once the site is up and running migrate it to the web hosting server.
It is a simple case of FTP all the files up, change the details on the mainfile.php file to correspond to the web hosting servers details and then do a dump of my local database into the web hosting's MySQL server.
The site wil then work, only small details will not be the same. For example, I changed the look of the left, right and center blocks so that they do not have a title or a border. On the one server it is just how I specified it and on the other not.
On the uploaded server the admin menu is only showing three modules (although they are all installed and working just file) and when I redo the ftp of the system files, nothing changes.
I made a change on the localhost's theme.html file and uploaded it, but it never made the change on the web's site.
This has flumuxed me because if the information on both databases is EXACTLY THE SAME and the php and css and html files are EXACTLY THE SAME on both servers, why oh why, do they not look the same?