What is .htaccessfile and use of this file

Answers were Sorted based on User's Feedback



What is .htaccessfile and use of this file..

Answer / manoj kumar

.htaccess is a apache thing and use for url rewriting and
also used for url redirect.
It also used for hiding folder informaion or file
information on server.

Is This Answer Correct ?    12 Yes 0 No

What is .htaccessfile and use of this file..

Answer / saurabh kr singh

htaccess files can give you extra control over your server.
Through the help of this we can change the local ( not
master) setting of server.

Is This Answer Correct ?    1 Yes 0 No

What is .htaccessfile and use of this file..

Answer / ravi shankar patel

.htaccess has control or we can say information about
server. It has server defination. Each server has its
own .htaccess file. But apache provide free .htaccess file
and for IIS server we need to purchase .htaccess file. It
is used to for url rewriting and also used for url 302
redirectiction .
It also used for hiding folder informaion or file
information on server.

Is This Answer Correct ?    1 Yes 0 No

What is .htaccessfile and use of this file..

Answer / mansur

.htaccess is a file to prevent directory listing and to
avoid direct file downloading and useful to prevent file
from hackers

Is This Answer Correct ?    0 Yes 0 No

What is .htaccessfile and use of this file..

Answer / sangita jain

We can use the .htaccess file to redirect visitors from the
old page to the new one.And it is also provide the security.

Is This Answer Correct ?    1 Yes 10 No

Post New Answer

More PHP Interview Questions

What are the different loops in php?

0 Answers  


Give small demo of writting OOP in PHP-mysql.

1 Answers   TCS,


Does php 5 support exceptions?

0 Answers  


Is age an interval or ratio?

0 Answers  


List some features of php that are deprecated in php7?

0 Answers  


How to pass variables by references?

0 Answers  


What and How possible injection in PHP and mysql?

3 Answers   RedAlkemi,


What is file upload?

0 Answers  


What is the difference between == and === operator in PHP?

0 Answers  


How do you achieve page caching in PHP?

3 Answers  


Write the statements that are used to connect php with mysql

0 Answers  


Do you have to initialize variables in php?

0 Answers  


Categories