Posted by ImOk on 07/01/06 17:37
This has worked for me under Windows XP. My PHP5 and PHP.INI file is
installed in C:\PHP5
LoadModule php5_module c:\PHP5\php5apache2.dll
AddType application/x-httpd-php .php
PHPIniDir "c:\PHP5"
Also, make sure you take into account case sensitivity. I believe
Apache is sensitive to these things especially in the Alias section
AliasMatch /[aA][sS][tT][yY][xX]($|/.*) "C:/PHP5Apps/Astyx$1"
<Directory "C:/PHP5Apps/Astyx">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Steel wrote:
> "Jerry Stuckle"
>
> > You don't give us enough information to go on to help you solve your
> problem!
> > What happens if you start Apache from a command line prompt like I
> indicated before?
> >
> I'll try the next week
>
> Thank you at all
>
> Steel
Navigation:
[Reply to this message]
|