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 is mysqli_real_escape_string?
How many ways we can give the output to a browser?
What are the advantages and disadvantages of Cascading Style Sheets?
Explain Creating and Naming an Array?
How can you count number of parameters given in a URL by POST method?
How to display your correct URL of the current web page?
what is array_search() in php?
Can php variables have numbers?
Explain different sorting function in php?
How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
m new to xampp i want to configure file server in xampp... is it possible ??? if so help me....
Explain Booleans in PHP?