Site Panel Help User Panel Help Panel Demo's Search Help

Categories

· Show all categories

· New Customer FAQs
· E-Mail
· FTP - File Transfers
· Domains
· SSH and Telnet
· Scripting Languages
· Password Protection
· MySQL
· Stats
· Power Tools

· FAQ Home

· EchoEcho+ Support

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="50">
	<language>en</language>
	<category>Domains</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&#039;ve disabled the automatic
listing of files in
folders that don&#039;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
&quot;plain text&quot; mode) when you upload it with FTP.</content>
	<author>EchoEcho Support</author>
	<date>12.07.2009, 21:09</date>
</article>
</phpmyfaq>

open XML-File

Copyright © EchoEchoPlus Hosting