PHP Lernen

  • #21
Dann stimmt der Alias-Pfad zu dem Manuals Verzeichnis auch nicht ;)
 
  • #22
Also so sieht das bei mir in der httpd aus

Alias /icons/ D:/Programme/Apache Group/Apache2/icons/

<Directory D:/Programme/Apache Group/Apache2/icons>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>

#
# PHP-Manual
#
Alias /php_doc D:/Programme/Apache Group/Manuals/php/
<Directory D:/Programme/Apache Group/Manuals/php/>
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>


#
# This should be changed to the ServerRoot/manual/. The alias provides
# the manual, even if you choose to move your DocumentRoot. You may comment
# this out if you do not care for the documentation.
#
AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|ru))?(/.*)?$ D:/Programme/Apache Group/Apache2/manual$1

<Directory D:/Programme/Apache Group/Apache2/manual>
Options Indexes
AllowOverride None
Order allow,deny
Allow from all

<Files *.html>
SetHandler type-map
</Files>

SetEnvIf Request_URI ^/manual/(de|en|es|fr|ja|ko|ru)/ prefer-language=$1
RedirectMatch 301 ^/manual(?:/(de|en|es|fr|ja|ko|ru)){2,}(/.*)?$ /manual/$1$2
</Directory>

Dies ist der Pfad zu meinem Manual Ordner
D:\Programme\Apache Group\Manuals\php

Dies ist der Name des Hauptdukoments php_manual.htm
 
  • #23
Dann probiers mal so:

#
# PHP-Manual
#
Alias /php_doc D:/Programme/Apache Group/Manuals/php/php_manual.htm
<Directory D:/Programme/Apache Group/Manuals/php/php_manual.htm>
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
 
  • #24
Hab ich schon, geht auch nicht.

Aber ist auch nicht wirklich schlimm, muss ich eben einen klick mehr machen

Ich mach mich jetzt mal dran die SQL zu installieren *lol*
 
  • #25
Warum kann bei mir nicht einmal etwas funktionieren so wie es in einer
Anleitung steht?  :mad: :mad: :mad:

mysql ist installiert und es gab keine Fehlermeldung. Wenn ich dann
versuche über die Eingabeaufforderung mysql zu starten, dann bekomme
ich die Fehlermeldung mysql unkown option -c


EDIT

Es geht!!!
 
  • #26
Ok es hat alles geklappt ;D

Und was macht man jetzt damit ?


*lol* Scherz!!!!!

Danke für die tolle Hilfe!!!!
 
  • #27
Walhalla schrieb:
Warum kann bei mir nicht einmal etwas funktionieren so wie es in einer
Anleitung steht? :mad: :mad: :mad:

Naja, als erstes sollte man die Anleitung richtig lesen ;)

Wenn da z.B. steht:

Bitte ALLE Pfadangaben anpassen!!!

dann steht es bestimmt nicht nur zur Zierde da ;) ;D

Na denn viel Spass 8)

gruss conny
 
Thema:

PHP Lernen

ANGEBOTE & SPONSOREN

Statistik des Forums

Themen
113.839
Beiträge
707.962
Mitglieder
51.492
Neuestes Mitglied
Janus36
Oben