Learn about firebase app distribution and use it in your projects for android and iOS. It is a wonderful service offered by firebase that makes your app distribution process painless.
Server Security – Secure Website using. Htaccess file
What is .htaccess file .htaccess files provide a way to make configuration on a per-directory basis. In the .htaccess file, we provide directives to apply…
Server Security – Hide PHP Version
The PHP Configuration by default shows the PHP version in HTTP server header X-Powered-By to display the version installed on the server. But for security…
Server Security – Disable Directory Listing
Directory Listing Directory Listing is by default enabled in an apache server. This happens when there is no index.html file (default) available in the directory.…
Server Security – Apache Web Server Hardening
Whenever any request is made from client to server then it sends some headers from server to client or vice versa. So when we receive…