gos1
Posts: 1
|
| Posted: 05/17/2008, 10:13 AM |
|
Hi all ;
I am really new to CCS . I have a Win XP machine with Apache2triad installation as ther server and trying to create web pages in php in codecharge . Now my problem is I am getting a blank page with 0 errors and 0 warnings even in the famous Hello World Example
The root directory of my web server is : C:\apache2triad\htdocs
and I am using
C:\apache2triad\htdocs\projectName ----> main directory
And
http://localhost/projectName ---> as URL
Does anyone know what is wrong with it . I cannot see anything in the page .
|
 |
 |
materix
Posts: 161
|
| Posted: 05/17/2008, 12:19 PM |
|
There can be many reasons for this.
What is the name of the page?
|
 |
 |
wkempees
|
| Posted: 05/18/2008, 7:54 AM |
|
Each page created in CCS PhP
will create
<pagename>.php
<pagename>_events.php
<pagename>.html
try: http://localhost/projectName/pagename.php
do you have and index.html or index.php as the default page for you
application?
Walter
|
|
|
 |
|