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="41">
	<language>en</language>
	<category>Scripting Languages</category>
	<keywords></keywords>
	<theme>How do I enable scripts
outside of my cgi-bin folder?</theme>
	<content
xmlns="http://www.w3.org/TR/REC-html40">Add a .htaccess file with this
content to your /var/www/html
folder:
<pre>Options +ExecCGI
AddHandler cgi-script .cgi .pl</pre>
This will enable cgi in the main html folder and its child
folders.




----------
A .htaccess file is a plain text file named
&quot;.htaccess&quot;.

Create the file using a very simple editor that doesn&#039;t
add any
formatting to the file.
Do not use complex editors like &quot;MS Word&quot; but
rather a simple
editor like &quot;NotePad&quot; available on most Windows
systems or
TextEdit on Mac.

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:13</date>
</article>
</phpmyfaq>

open XML-File

Copyright © EchoEchoPlus Hosting