Answer Posted / vijay
ht access file is quite useful for the following reasons:
1. If you're reorganising your site and moving pages around,
you can use the .htaccess file to redirect visitors from the
old page to the new one.
2. Another function of the .htaccess file is to allow you
to serve up pages which include PHP or Server Side Includes
(SSI) but whose file name still uses the .htm or .html
extension.
3. Allow or prevent directory browsing.
4. Because the server should check the .htaccess file
before anything is delivered to the client, you can use it
to password protect parts of your site.
5. You can also block various bots with the .htaccess
file — for example, you can keep some spammers out, or
prevent search engine spiders from indexing your images folder.
I hope this could help u.
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
Write a program using while loop in php?
When do sessions end?
What is mod_php?
Write a query to find the 2nd highest salary of an employee from the employee table?
What is a php session?
What is difference between array_merge and array_combine?
Explain scalar type declarations in php7?
Code to upload a file in PHP?
What is meant by variable variables in php?
What is use of mysqli_query in php?
What is PHP? Who is the father or inventor of PHP?
Explain the purpose of output buffering in php.
What are the 5 types of data?
What is $_ get and $_ post in php?
What are super global variables in php?