Hi,
I am a newbie here.
I have some wondering thing.
Can all friends give me your comment, what do you think about the programmer who keep all their backup files on the server?
For example: We use osCommerce to make our shop but every time when make a change to something, they will keep all backup files like these:
htdocs/catalog/index.php,
htdocs/catalog/index1.php,
htdocs/catalog/index2.php or
htdocs/catalog/includes/application_top.php,
htdocs/catalog/includes/application_top1.php,
htdocs/catalog/includes/application_top2.php, etc.
And I can see that there are a lot of these thing on the server.
One more thing. We use 301 redirect to our catalog directory, but I am now detect a huge list of links showing without catalog directory on it and it's cause 404 errors.
Example: http://www.mywebsite.com/lcd-c-52.html which should be http://www.mywebsite.com/catalog/lcd-c-52.html
I don't know where are that come from. Any help or recommendation would be really appreciated. Thank you.