Control Web Panel
		WebPanel => Installation => Topic started by: kdaffef on October 20, 2015, 05:47:57 AM
		
			
			- 
				Hi,
 
 As a new user, i ceate a basic vps and get it's root access keys.
 I have no fixed domain fixed yet for this vps, but only one IP.
 thanks to multiple tutorials, i habe able to finish wpc intallation and get index.html displayed when i type server's ip in chrome.
 
 I have an agenda application to host on this server : small zip package running under  5.2 php and a mysql database
 
 I want be able to install this application and accees its web interface via : http://Ip_server/agenda/ with agenda = forlder name where its files were uploded via ftp.
 
 I have created new account (named office), set shared ip and nameservers with my single Ip and default names.
 
 Under homt/office/public_html, i created agenda  folder with permissions 0755 for subfolders and 0644 for files.
 
 question : still getting error when attempt accessing "http://server_ip/agenda"  as below :
 
 Not Found
 The requested URL /phenix was not found on this server.
 
 
 Any little help ?
 Thank you a lot
- 
				Hello.
 
 You can't using server IP for the /home/some_user/public_html
 You can upload your files to /usr/local/apache/htdocs/some_dir as nobody and you will can use it like http://server_ip/some_dir/ .
 Or (better) use a domain name.