NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
vogelor
Joined: 20 Nov 2008 Posts: 7
|
Posted: Thu Nov 20, 2008 8:44 pm Post subject: problems with the paths of my project |
|
|
i have a php project with the following structure
-+-lib
! + class1.php
+-web
! +index.php
the webroot of my apache is /web. This means http://localhost/index.php opens the web/index.php file.
i now have the problem, that i can not configure this in my Project Properties
if i say
Run as: Local Web Site
URL http://xxx.xxx.xxx.xxx/
index File: web/index.php
then the project tries to run http://xxx.xxx.xxx.xxx/web/index.php
but this is not correct. the right path is http://xxx.xxx.xxx.xxx/index.php
can anybody help me?
thank you! |
|
| Back to top |
|
 |
vogelor
Joined: 20 Nov 2008 Posts: 7
|
Posted: Thu Nov 20, 2008 8:58 pm Post subject: sorry, i found it out |
|
|
sorry for this thread!
i found out, that i can set the Web Root in "Sources".
Now everything works fine.
SORRY  |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|