Still confused about mappings *resolved* |
Site Admin
|
General rule is per forllowing:
THE_URL/filename should be pointing to the same physical file as THE_REMOTE_PATH/filename in you case http://localhost:85/eTombolas/ is the project's root url and therefore http://localhost:85/eTombolas/index.php should be the same as /www/index.php Moreover, whenever you work with localhost you have to have project root == remote root and URL should be pointing to the same physical location. In short remote root = e:\www\eTombolas project root = e:\www\eTombolas URL = http://localhost:85/eTombolas/ |
||||||||||||
_________________ The PHP IDE team |
|
Thanks Dimitri
I was confusing the Apache ducoment root with your server root. It now seems to be working fine. |
||||||||||||
|
Site Admin
|
probably you adapted your apache configuration from unix docs. Under Windows we don't use
ServerRoot "/usr/local/apache2" or DocumentRoot "/www/" it would work better if you have for example ServerRoot "c:/the directory/apache2" or DocumentRoot "e:/www/" |
||||||||||||
_________________ The PHP IDE team |
Still confused about mappings *resolved* |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by