How can I redirect directly to the correct HTML page?

Hello, how can I ensure that the correct HTML file is displayed directly without having to specify .html in the address or having to select the HTML file manually:

(1 votes)
Loading...

Similar Posts

Subscribe
Notify of
4 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Sifadias
10 months ago

Create an index.html or an index.php, this is then called directly.

One more note: Do not use spaces like “live access.php”

GamersGame
10 months ago

This is a setting of your web server (not your website). Call your hosting provider and ask how and whether this is possible at all.

This is usually done in the .config file of the server, but I guess you haven’t set your own web server, but drop your files to a provider in a folder and the provider takes care of everything.

In short, if you don’t have your own web server like Apache/Nginx yourself: call your provider, you can’t do more (for this you will lack permissions).

cleanercode
10 months ago

In each folder you should find an index.html. If the index.html is not explicitly called in the URL, it takes over the server and you see something like

https://meine.site/impressum

The folder “Impressum” contains the index.html.

Rina2020204
10 months ago

https://meinehomepage.de/index.html that is then the home page you call index. Or instead of the ending your domain has.

https://meinehomepage.de/impressum.html and so on