.htaccess of PHP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kishor7410
    New Member
    • Mar 2007
    • 4

    .htaccess of PHP

    how can i configure the .htacces of PHP
  • devsusen
    New Member
    • Feb 2007
    • 136

    #2
    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

    Working...