Categories

.htaccess file not showing up in FTP client

Share

Our SEO team was working on a website and they had made some changes to the .htaccess file and uploaded it onto that website. The problem was that they did not know that the website already had its own .htaccess file. Hold on! Why did they not know?

That’s because the FTP client did [...]

Steps to consider for Barclays ePDQ MPI XML integration

Share

If you are ever to integrate the Barclays ePDQ MPI XML integration with your website then please consider the following things as it will help you save a lot of your time and effort.

Always keep in mind that the hostname where you will post your XML is secure.epdq.co.uk and port number is 11500 [...]

Modify the auto increment value in mySQL

Share

If you want to modify the auto increment column to start inserting records from a specific value then you will need to run the following statement.

ALTER TABLE <table_name> AUTO_INCREMENT = 12345;

After running the above statement the insertion will start from that value. However if there are any records which have a value [...]