Author |
Message |
Topic: When i try to run php file, it say PAGE NOT FOUND |
Svempa
Replies: 6
Views: 12205
|
|
You need to set doc_root in the php.ini file, that is the most probable reason for the error. This should be the only change you need to make in the php.ini file. |
Topic: php.ini problems |
Svempa
Replies: 3
Views: 8224
|
Forum: PHP Posted: Thu Aug 07, 2003 9:25 am Subject: php.ini | |
|
Did you check if you have doc_root set? Like
doc_root = C:\Program\Abyss Web Server\htdocs
or something (for a PC installation)? |
|