| MIME Types and .htaccess | ||||
|
If you can't find your question, please let us know and we'll answer it in email.
What are MIME types and how does the server use them?MIME types are a standard way of specifying the type of a document. A web server uses MIME types to tell browsers what type of document the server is sending. For files, the server determines the MIME type by the file's extension (the file extension is the last part of file name, such as .html, or .gif). The standard set of MIME types is defined in the file How do I add a MIME type?A MIME type can be added by creating a file called .htaccess in the directory containing the document you want to set the MIME type for. The file should contain a line in the following format:
Where How do I make it so that people cannot see my directories from the web?You can either upload an index.html file to the directory, or add the following to your .htaccess file:
How can I block people from certain IP Address so they can't access my site?You can add the following to the .htaccess file in your public_html directory: (change the ip address to the offending person's ip) This will block them from seeing not only your main pages, but all pages in all subdirectories. If you
wish to block them from seeing only one, or a small set of, subdirectories, place the above code in the
|
||||
|
Hurricane Electric 760 Mission Court Fremont, CA 94539 |
FAQ Index Copyright © 1994 - 2004 Hurricane Electric. All Rights Reserved. |
Voice 510.580.4100 Fax 510.580.4151 Comments? info@he.net |