Hi all! I'm in trouble with the localhost of Ubuntu..... when I type into the url "localhost" or "127.0.0.1" it appears this http://www.rodio.tk/localhost.png instead of the typical message "It works!".... why??
If you have Ubuntu installed on your computer, and you never installed XAMPP on your computer, then you will have problems. It seems to me a domain is taking priority, and localhost is not being used. Your localhost is an image, and it's in your root directory of your domain name. Your root directory could be: public_html, html, or maybe your domain name.
INDEX OF / means you have no index.php web page in your root directory.
You have to use XAMPP with Ununtu.
I suggest you find, and use a guide to learn how to install, and use XAMPP on your computer. You might have some problems installing XAMPP on your computer, but don't give up. Eventually you should be able to install XAMPP on your computer.
You would put an index.php web page that you make inside your htdocs folder. Your htdocs folder should be on your computer after you install XAMPP on your computer.
Guide to find htdocs folder:
After you finish using your terminal, go to File System.
Next click on your opt folder.
Next click on your lampp folder.
Next click on your htdocs folder.
Lastly put your web pages inside your htdocs folder.
Make sure when you make your index.php web page that you make it like how I typed it. Don't put anything before, or after index. Make sure you only have one index.php web page inside your htdocs folder.
After your website is inside your htdocs folder, close all your windows, and then open your web browser. In the top address bar type localhost.