Report this

What is the reason for this report?

React Static Website Main Link "/" Instead of "/index.html"

Posted on July 2, 2019

We are planning on use “Spaces Object Storage” to launch a static website created with create-react-app. Is there a way to set our initial route to “/” instead or “/index.html”- currently we are using react router and have to set it like below. If we try to host with “/” the site doesn’t build correctly with Digital Ocean.

<Route path=“/index.html” exact component={Home}/>



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi @SBPWellthon,

When there is a fresh page load for ’/’ the server looks for a file and does not find one, you would need to configure the application to respond to a request to ’/’ by serving ‘index.html’.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.