When I log in to localhost with xampp, the following screen appears.

Asked 1 years ago, Updated 1 years ago, 40 views

localhost

What is the cause of this?
By the way, the files saved in htdocs are displayed successfully in your browser.

php mysql

2022-09-30 16:54

1 Answers

This is normal behavior, so depending on what you view as a "problem" the action will change, but
For Apache, it appears in directories that do not contain files such as index.html or index.cgi configured in DirectoryIndex.
It is common to place an empty index.html or create a .htaccess file and specify "Options-Indexes" to prevent listing.


2022-09-30 16:54

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.