View previous topic :: View next topic |
Author |
Message |
Mousie_kebabs -
Joined: 12 Jun 2004 Posts: 4
|
Posted: Sat Jun 12, 2004 11:42 pm Post subject: Setting up PHP |
|
|
Hi
I have downloaded and installed PHP version 4.3.7 and installed it to C:/PHP.
How do I configure Abyss Webserver to allow me to use PHP?
Thanks
Mousie. |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
|
Back to top |
|
 |
Mousie_kebabs -
Joined: 12 Jun 2004 Posts: 4
|
Posted: Sun Jun 13, 2004 12:07 am Post subject: |
|
|
Ok, I have followed your tutorial and doulbe checked with the other one. Should it create a file in htdocs called index.php? |
|
Back to top |
|
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Sun Jun 13, 2004 12:19 am Post subject: |
|
|
You create all your own PHP page. All you are installing is the support for PHP pages / code. |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Sun Jun 13, 2004 1:24 am Post subject: |
|
|
You can check to see if PHP is working by creating
a file called phpinfo.php and inserting the following
code in that PHP file , you should see PHP Info.
phpinfo.php
Code: | <?php phpinfo(); ?> |
|
|
Back to top |
|
 |
Mousie_kebabs -
Joined: 12 Jun 2004 Posts: 4
|
Posted: Sun Jun 13, 2004 10:33 pm Post subject: |
|
|
Thanks. It is working :-)
Mousie |
|
Back to top |
|
 |
Rx -
Joined: 16 Jun 2004 Posts: 1 Location: LV., WA.
|
Posted: Wed Jun 16, 2004 9:45 pm Post subject: Thanks for KNOWLEDGE |
|
|
TRUSTPUNK:
Hey, THANKS for the tutorial link...and for including an off-line browsing download...
I've been banging my head with the same isssues I see all over this BB with config and install of Abyss, PhP, and PhPBB2...
Now I have a reference manuel...
I owe yew... _________________ Rx |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Wed Jun 16, 2004 11:20 pm Post subject: |
|
|
Im glad it helped you ! LateR! |
|
Back to top |
|
 |
|