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 loops in php?
Give small demo of writting OOP in PHP-mysql.
Does php 5 support exceptions?
Is age an interval or ratio?
List some features of php that are deprecated in php7?
How to pass variables by references?
What and How possible injection in PHP and mysql?
What is file upload?
What is the difference between == and === operator in PHP?
How do you achieve page caching in PHP?
Write the statements that are used to connect php with mysql
Do you have to initialize variables in php?