Results 1 to 5 of 5

Thread: What is htaccess? What does it mean in programming language?

  1. #1
    Join Date
    Apr 2009
    Posts
    65

    What is htaccess? What does it mean in programming language?

    What is htaccess file? and what is the meaning of htaccess in programming language I have seen this file most of the time in the site development does it contain important data inside it? How does it maintain the code inside it.?

  2. #2
    Join Date
    Jan 2009
    Posts
    143

    Re: What is htaccess? What does it mean in programming language?

    The Apache Web server provides a feature called .htaccess file, which provides commands to control a Web site. 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. An .htaccess file is simply a text file containing Apache directives. Those directives apply to the documents in the directory where the .htaccess file is located, and to all subdirectories under it as well. Other .htaccess files in subdirectories may change or nullify the effects of those in parent directories.

  3. #3
    Join Date
    Feb 2006
    Posts
    331

    Re: What is htaccess? What does it mean in programming language?

    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. Apache .htaccess files let you override the Web server configuration on a per-directory hierarchial basis, and are active in the creation of proper 301 redirects.This script allows you to manage multiple usernames/passwords for .htaccess/.htpasswd directory protection.

  4. #4
    Join Date
    Jan 2009
    Posts
    150

    Re: What is htaccess? What does it mean in programming language?

    Web server checks for a .htaccess file when a visitor/spider requests a web page. Keep in mind that commands in .htaccess files should be placed on one line only, so if your text editor uses word-wrap, make sure its disabled. The .htaccess file can be placed in one or more of your /home/user/public_html subdirectories. Among other things, this file can be used to restrict access to other files and web pages. When a request for a web page is made, the web server first checks for an .htaccess file. The .htaccess file contains specific orders for certain requests, including security, redirection issues and how to handle certain errors.

  5. #5
    maxx_jatt Guest

    Re: What is htaccess? What does it mean in programming language?

    .htaccess is also used for web SEO?

Similar Threads

  1. Most popular programming language
    By SoftWore in forum Polls & Voting
    Replies: 12
    Last Post: 14-08-2010, 09:42 AM
  2. What are HTA in Programming Language?
    By Silent~Kid in forum Software Development
    Replies: 4
    Last Post: 27-02-2010, 05:31 AM
  3. why C++ is a powerful programming language than C?
    By Luz in forum Software Development
    Replies: 3
    Last Post: 24-11-2009, 05:44 PM
  4. Socket programming: Is any new Programming Language?
    By Kushan in forum Software Development
    Replies: 3
    Last Post: 14-11-2009, 11:13 AM
  5. Problem regarding PHP Programming Language
    By NetWorm in forum Software Development
    Replies: 3
    Last Post: 02-03-2009, 03:04 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,474,999.03182 seconds with 16 queries