|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
PHP and Apache
I have tried everything, and searched numerous times.
I followed stuff on this forum to the T, and i still can figure out why nothing is working. Please look at my attached config file and let me know what i am doing worng. I am using apache 2. my php is installed in c:\PHP right click and save http://forums.devarticles.com/attachment.php?attachmentid=435 |
|
#2
|
|||
|
|||
|
well it looks right...have you tried moving the .dll to the apache directory, maybe its having some sort of conflict
you said you did everything on this forum, I assuming that means you read this, if you havent read that...then read it...this goes about installing php a little differently than you have, but thats the way I installed it and it works perfectly |
|
#3
|
||||
|
||||
|
Code:
DocumentRoot "C:\My Website\localhost\www" ... <Directory "C:\My Website\localhost\www"> These may need forward slashes instead of backslashes... backslashes are generally used to escaping characters. Worry about this after of course, but you may want to add index.php to DirectoryIndex index.html index.html.var index.cgi index.htm Also, make sure you've copied php.ini to your Windows directory. |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Web Server Configuration > PHP and Apache |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|