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

How to track user logged out or not? When user is idle?

0 Answers  


Why php is widely used?

0 Answers  


What are the uses of explode() function?

0 Answers  


Which method removes the last element from the end of an array?

0 Answers  


What is the functionality of md5 function in php?

0 Answers  






what are the basic steps to installation php4+mysql4+phpmyadmin on IIS web server?. Pls write the complete steps.

2 Answers  


How to open a file in php?

0 Answers  


What are the differences between echo and print?

0 Answers  


how to use particular city location in php?

1 Answers   TCS,


Do you know what is use of count() function in php?

0 Answers  


Are php sessions cookies?

0 Answers  


Draw the architecture of Zend engine?

4 Answers  


Categories