best apache directory for dadabik files

P

Paul Anderson

Guest
Hello,

What is the best Apache directory for dadabik files. I put mine in C:\program files\apache group\apache\dadabik_3.0_beta\program_files.

The installation still doesn't run. Is it the directory? Another possibility is I installed the Zend software package and it changed the windows file type of .PHP files. Do you know the proper file type setting for .PHP files (which application should read them?).
 
M

Mark

Guest
Unless you've set your apache server up outside of its defaults, the typical directory is:

c:\Program Files\Apache Group\Apache\htdocs\Program_files
 
M

Mark

Guest
Mark wrote:

> Unless you've set your apache server up outside of its
> defaults, the typical directory is:
>
> c:\Program Files\Apache Group\Apache\htdocs\Program_files

Sorry to confuse. Using your structure it should be:

c:\Program Files\Apache Group\Apache\htdocs\dadabik_3.0_beta\program_files
 
P

Paul Anderson

Guest
Thank you. I have changed the directory as per your advice.

Do you know why I can't open install.php or admin.php? When I double click on them nothing happens. I have iexplorer.exe as the default application file type for .PHP files. Is that correct?
 
M

Mark

Guest
Presumingly you've installed PHP on your machine, and if so, you should access these files via your browser (e.g. type http://localhost.dadabik_3.0_beta\program_files\install.php or http://localhost.dadabik_3.0_beta\program_files\admin.php

If you've installed PHP correctly, these scripts will run. If you haven't then you'll see a lot of PHP commands on your browser screen.

Good luck.
 
Top