View previous topic :: View next topic |
Author |
Message |
cookies -
Joined: 08 Jan 2008 Posts: 1
|
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Tue Jan 08, 2008 4:55 pm Post subject: Re: php script does not compile. All I see is code |
|
|
You are asking thr browser to get the page directly from your hard disk here by setting the address to E:\Software Files\Abyss Web Server\htdocs\index.php.
E:\ is your hard disk and using that path will simply make your browser open the file from the disk directly. No server will be involved.
To access the files from the Web server and have it process PHP, you'll have to use an URL which starts with http:// as in:
http://127.0.0.1/index.php
We suggest that you read http://www.aprelium.com/abyssws/start.html to understand how to access the files hosted on the server. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|