http://localhost:8084/mambo/index.php i pyta sie mnie czy zapisac strone na dysku....
LoadModule php5_module c:/php/php5apache2.dll
AddType application/x-httpd-php .php dodałem dwa razy - w <IfModule mime_module> tam gdzie AddType application/x-gzip .gz .tgz oraz przed tagiem <IfModule mime_module>, zeby miec pewnosc ze jest ustawione (stosowalem rozne kombinacje)
Dodałem
DirectoryIndex index.html index.html.var index.php
<IfModule dir_module>
DirectoryIndex index.html index.html.var index.php
</IfModule>
chcę dodać LoadModule php5_module c:/php/php5apache2.dll i pisze że:
C:\Program Files\Apache Software Foundation\Apache2.2\bin>httpd
httpd: Syntax error on line 115 of C:/Program Files/Apache Software Foundation/A
pache2.2/conf/httpd.conf: Cannot load C:/php/php5apache2.dll into server: The sp
ecified module could not be found.
Plik jest na dysku w tym miejsci, więc o co chodzi?
