InterviewSolution
Saved Bookmarks
| 1. |
What is htaccess file |
|
Answer» .htaccess is are configuration files which is in Apache Server and basic function of this FILE is to make configuration changes on a per-DIRECTORY basis. If a file CONTAINING more then one configuration files in a DIRECTIVES and it is placed in a particular document directory and the directives apply to that directory and all SUBDIRECTORIES thereof. |
|