how can i configure the .htacces of PHP
.htaccess of PHP
Collapse
X
-
Tags: None
-
hi,
.htacces don't belongs to php. Its basically a config file viewed and maintained by Apache web server.
There are certain rules for Apache Web Server which can be configurable. Now if u like to modify them in the main config file (httpd conf) then it will affect all the web sites running in the server. So to put those rule in the local level we use .htaccess file.
susen
Comment