what is this? <Files go.gif> on my .htaccess

Discussion in 'Apache' started by clover, Mar 16, 2009.

  1. #1
    on my .htaccess
    what is this?

    <Files go.gif>
    ForceType application/x-httpd-php
    </Files>
     
    clover, Mar 16, 2009 IP
  2. offshoredc

    offshoredc Peon

    Messages:
    7
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    ForceType will ignore the extension of a file and serve it as the file type specified. The following URL provides more details on the use of the ForceType directive:

    http://httpd.apache.org/docs/1.3/mod/mod_mime.html#forcetype
     
    offshoredc, Mar 16, 2009 IP
    clover likes this.
  3. clover

    clover Peon

    Messages:
    472
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    0
    #3
    clover, Mar 17, 2009 IP