What is .htaccessfile and use of this file
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
What are the different types of array in php?
Can the value of a constant change during the script's execution?
Tell me what is the main difference between php 4 and php 5?
What is a variable cost example?
What is the use of @ in php?
What is php routing?
Does facebook use php framework?
What is inheritance in php with example?
Tell me what are the encryption techniques in php?
Which functions are used to remove whitespaces from the string?
What is the difference between public, protected and private?
Why ide is recommended for use while programming with php?