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="62">
	<language>en</language>
	<category>Php - Dynamic Pages</category>
	<keywords>php4</keywords>
	<theme>Troubleshooting php</theme>
	<content
xmlns="http://www.w3.org/TR/REC-html40"><b>Why do I get an
&quot;Error 500&quot; from my php
script?</b>

Php is running with your userID&#039;s permissions.

To prevent abuse from hackers - that could potentially
delete your entire
account - php scripts are executed through the web servers
security shell
(suEXEC). This shell will not allow php scripts to run if
their permissions
are obviously dangerous - for example, if the file is
writeable by
anonymous users.

You should make sure that your scripts and the folders they
reside within
are not world writeable - only the owner should have write
access to your
php files.


<div align="right"><b>Read more about permissions
here:<a
href="/helpfiles/index.php?aktion=artikel&amp;rubrik=014&amp;id=42&amp;lang=en">File
Permissions - chmod
</a></b></div></content>
	<author>EchoEcho Support</author>
	<date>12.07.2009, 21:17</date>
</article>
</phpmyfaq>

open XML-File

Copyright © EchoEchoPlus Hosting