Cognizant Outlook configuration
1. Open the Mail option in Control Panel – if you’re running 64-bit, please go to Additional Options and select “View 32-bit Control Panel Items” to uncover the Mail option. 2. Click on E-mail...
Discover the new direction...
1. Open the Mail option in Control Panel – if you’re running 64-bit, please go to Additional Options and select “View 32-bit Control Panel Items” to uncover the Mail option. 2. Click on E-mail...
Trim your .php extension in your web application using .htaccess RewriteEngine on RewriteRule ^$ index.php RewriteRule ^([a-zA-Z0-9\-\_/]*)/$ $1/index.php RewriteRule ^([a-zA-Z0-9\-\_/]*)$ $1.php
Once I tried to insert a huge MySQL database (150MB) to my website via phpMyAdmin. Oops, My hosting company provide only 2MB to upload via phpMyAdmin. Then I have given the request to my...
To protect the folder with the Authentication with the help of .htaccess follow the below steps: create .htaccess file with below content AuthUserFile “/home/domain/.htpasswds/passwd” AuthType Basic AuthName “ohm” require valid-user Go to root folder...
Recently i found my system variables changed and some of the commands are not worked in DOS. Error Message: ‘ping’ is not recognized as an internal or external command, operable program or batch file....