I can't seem to view my index.html file.
HOLD ON. I just found my /var/ folder
Hey guys, I've recently uploaded the necessary files for my website in my Ubuntu14.04 server. I followed the initialization guide (minus the LAMP installation) so can log in to my FTP, phpMyAdmin, upload files, and make database tables. I also set up a user named angelo according to the guide (instead of demo).
Now, I uploaded the project folder of a sample ExtJS4 website to the following directory:
/root/home/angelo/samples/projectname/
and all the files are inside the projectname folder.
However, when I go to:
myWebsite.com/home/angelo/samples/projectname/index.html
I get a 404 telling me that the requested URL was not found in this server.
Now, I tried removing the /home then /angelo but to no avail as well.
Can anyone help me with my issue? It seems that I'm overlooking something rather simple/easy but I can't seem to figure out what it is. Any help is very much appreciated, thank you.
Hey Angelo,
Have you installed Apache or NGINX on your server?
You first need to have an file server set-up to serve your HTML files and resources from your server, then you can access these files by dropping them on your program's
www
orhtml
folder, so they become available.Hope this helps you :)