Pages

Tuesday, 31 October 2017

Htaccess File Interview Questions

Htaccess File Interview Questions

.htaccess is a configuration file for use on web servers running the Apache Web Server software. It is used for control incoming traffic on your website. Some important use of .htaccess file are;
  • Redirect non www to www
  • Redirect http to https
  • Redirect old domain to new domain
  • Redirect one url to other url
  • Block Bot
  • Block any user by IP
  • Block any user by country

.htaccess File Interview Questions

Htaccess File Interview Questions

Some important .htaccess file interview questions are give below;
  1. What is .htaccess file?
  2. Why use .htaccess file?
  3. How to redirect non www to www?
  4. Who to redirect old domain to new domain?
  5. How to block any bot on your website?
  6. How to create .htaccess file ?
  7. Location of .htaccess file in cpanel?

No comments:

Post a Comment