PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, February 11, 2022

[FIXED] How to install LAMP-package+Netbeans in Ubuntu?

 February 11, 2022     lamp, netbeans, ubuntu     No comments   

Issue

I'm new in Ubuntu (12.04), and I'm trying to install LAMP-package for developing: 1) Typed the following command "sudo tasksel install lamp-server". All is OK. 2) Installed full Netbeans IDE. Created a new PHP project. Executed this project and got the following message:

Not Found

The requested URL /TestPhpProject/index.php was not found on this server.

Apache/2.2.22 (Ubuntu) Server at localhost Port 80

URL for it: http://localhost/TestPhpProject/index.php

So, please, tell me, how can I test my applications in Netbeans? Thank you in advance.


Solution

Did you put your files in the /var/www folder?

Your Apache server is up and running however your project can't be found.



Answered By - AbdulFattah Popoola
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing