Page 24 of 58

How to redirect http to https in Apache

Last updated on November 6th, 2024 at 12:51 pmIf your webserver is running on Apache, after configuring SSL for your website, the subsequent step is to ensure that all visitors are automatically redirected from HTTP to HTTPS. This automatic redirection can be achieved by utilizing the .htaccess file. All you have to do is create […]

How to list files and directories using PHP

Last updated on January 12th, 2023 at 12:57 pmPHP has built in functions that can be used for working with files and folders inside a directory. This script covers these major use cases Let us assume in by document root I have As you can see my script named list.php(explained below) is deployed inside /var/www […]

Putty keep alive session without connection timeout

Last updated on August 27th, 2024 at 09:14 amWhen I connect to my linux / unix server using putty it timeouts after sometime automatically. Basically this happens when I do other task while keeping the putty session idle, during this time it popup an error sometimes stating that the session has timeout. This is very […]

How to read excel file and insert into MySQL using PHP

Last updated on December 15th, 2022 at 03:56 pmMany webmasters face issues while reading Microsoft excel spreadsheet data and insert them into the mysql database. Here is simple script that can read the excel file data and display it on the page. User also has the ability to validate the details and then using a […]

« Older posts Newer posts »