okej sjag vet inte om detta är rätt postat eller om det skall vara i SQL forumet
jag vet att detta problemet kan vara lite svårt att lösa efersom jag inte kan visa alla instälningar
jag har i appache localhost inställd på e:\php
detta funka första ggr:na när jag körde
<?PHP
phpinfo();
?>
men när jag sedan lade till två andra php filer så ville den inte vara med mer
vad kan detta bero på jag har gjort de inställningar som man behöver och är väldigt trött på att inte detta funakr grr
Nej, det har definitivt inget med SQL att göra. Vad det än är som har hänt så har det inte heller med antalet filer att göra. Vd man behöver veta för att ge ett svar är a) vad du får för fel, och b) inställningarna.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, netfeed@spray.se and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
ScriptAlias /php/ "C:/php/"
AddType application/x-httpd-php .php .php3 .phtml
Action application/x-httpd-php "/php/php.exe"
#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "e:/php"
#
# Each directory to which Apache has access, can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# permissions.
#
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
#
# Note that from this point forward you must specifically allow
# particular features to be enabled - so if something's not working as
# you might expect, make sure that you have specifically enabled it
# below.
#
#
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "e:/php">
om det är mer du vill ha så säg till
använder inställningarna från phpportalen.net