![]() |
|||||
Site Panel Help | User Panel Help | Panel Demo's | Search | Help |
Categories· New Customer FAQs · FAQ Home |
XML-File<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?> <!-- XML-Output by phpMyFAQ 1.3.8 --> <phpmyfaq xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:NamespaceSchemaLocation="http://www.phpmyfaq.de/xml/faqschema.xsd"> <article id="49"> <language>en</language> <category>SSH and Telnet</category> <keywords></keywords> <theme>How do I automatically list the contents of a folder?</theme> <content xmlns="http://www.w3.org/TR/REC-html40">For security reasons we've disabled the automatic listing of files in folders that don't have an index page. (Pages with an index page will show the index page when you link to the folder). You can turn the folder listings back on by adding a .htaccess file to the folder. The .htaccess file should look like this: <pre>Options +Indexes</pre> This will turn auto indexing on for the folder where you upload the .htaccess file and its child folders. You can turn autolisting off for childfolders by uploading a .htaccess file to the childfolder with this content: <pre>Options -Indexes</pre> Make sure that you transfer the .htaccess file in ASCII mode (or "plain text" mode) when you upload it with FTP.</content> <author>EchoEcho Support</author> <date>12.07.2009, 21:11</date> </article> </phpmyfaq> |
Copyright © EchoEchoPlus Hosting |