You are currently browsing the archives for the Web Hosting category.
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Jun | ||||||
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | 31 | ||||
- Apps and Tools (3)
- Citrix (2)
- Data Recovery (3)
- Exchange (6)
- Internet (1)
- IT Management (3)
- Malware (2)
- Microsoft Partner / SBSC (1)
- News (3)
- Office 2007 (2)
- Outlook (3)
- Remote & Mobile Working (6)
- Security (1)
- Server Tips (17)
- Sharepoint (9)
- Training (3)
- Uncategorised (2)
- Vista (3)
- WDS (1)
- Web Hosting (1)
- Windows 7 (2)
- 17/06/2009: Troubleshoot Logon Delays
- 24/04/2009: Recovering missing LMI Backup Sets
- 19/04/2009: How To Test SMTP Services Manually using Telnet
- 26/03/2009: Save disk time by disabling Java Quick Start
- 18/03/2009: UBitMenu adds classic menu to Microsoft Office 2007
- 16/03/2009: Windows 7: RDP changes improve remote desktop performance
- 12/03/2009: Recover Deleted Files with Free Software
- 25/02/2009: Manually Configure a 3rd Party Router for O2's ADSL2+ Service
- 25/02/2009: How to find and remove inactive computer accounts from active-directory
- 25/02/2009: Citrix Access Essentials - AV recommended settings
Archive for the Web Hosting Category
Enabling directory listing on a linux web host
05/02/2009 by Paul.
If you want a quick way to host some files online without having to write html or get a CMS system running you could just dump the files in a folder and enable directoy listing for that folder as follows -
1. Create a file named .htaccess. This can be done in any text editor.
Make sure you save the file as .htaccess (a period at the beginning of file name)
2. In the first line of this file type in
Options +Indexes
3. Save the file
4. Now, upload the file to your webspace, specifically the directory in which you
want visitors to see the file listing.
Source: http://faq.1and1.com/scripting_languages_supported/configuring_apache_server_using_htaccess/3.html
Posted in Web Hosting | Print | No Comments »