About 106,000 results
Open links in new tab
  1. How to configure Vite with index.html in public folder

    Jun 30, 2023 · In my React app that uses Vite, I want to put the index.html in a public folder. The structure looks like so: root/ ├── public/ │ └── index.html ├── index.js └── vite.config.js In …

  2. How can I create a simple index.html file which lists all files ...

    Jun 22, 2018 · -s include file S izes -D include modified d ates -o index.html write to file (stdout by default) If you don't want any title at all you can suppress the header block with --hintro "" …

  3. How to make a website run the index.html file? - Stack Overflow

    Mar 1, 2014 · DirectoryIndex index.php index.html index.htm Save the file as .htaccess No file extension, just name it as .htaccess placing a dot (.) in front of it to ensure it is a hidden file. In …

  4. css - How am I supposed to use index.html? - Stack Overflow

    Apr 6, 2015 · This structure is mostly the build-up of HTML, CSS and JavaScript. The index.html included with it is only a skeleton HTML file. It describes what your output should look like. …

  5. Why is my HTML file not displaying to the browser?

    Nov 15, 2020 · I created the file as index.html in VS Code, then went to my file explorer and selected to open in Google Chrome. I originally opened it in Fire Fox, but that browser doesn't …

  6. How do I change the default index page in Apache?

    Oct 11, 2013 · By default, DirectoryIndex is index.html but the file is absent. Just create index.html in /var/www/html and you will see your contents.

  7. The right way of using index.html - Webmasters Stack Exchange

    I usually have an index.html or index.php file in the root, subfolders based on category (such as forum or news or login etc.) and then some sort of index inside each of those.

  8. html - How to download HTTP directory with all files and sub ...

    347 There is an online HTTP directory that I have access to. I have tried to download all sub-directories and files via wget. But, the problem is that when wget downloads sub-directories it …

  9. iis - index.html vs default.html - Stack Overflow

    Mar 23, 2018 · 4 It is recommended to stick with either index.html or index.htm in most cases, default.html is generally used on a windows environment, i.e IIS, so you may come unstuck if …

  10. Why do people name their files index.html? - Stack Overflow

    Sep 5, 2015 · The webserver will try to serve a file, typically called index.html or index.php by default, but it could be something different, and it's configurable by editing your webserver's …