Hi,
I’m running an Angular app as an app/static site. I want to add a htaccess file to control some Angular routing. How/where can I do this?
Best regards MrHansen
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 @MrHansen,
I believe websites on App Platform are not served by an apache server, so an .htaccess file will have no effect.
Having said that, I’ve gone over our community and found a similar issue that was resolved again regarding Angular Websites on App Platform and believe it will be beneficial for you.
You can check it out here :
Please check it out and see if it does help you indeed.
Regards, KFSys
I think that the static sites are deployed into a block storage like spaces, where no http server which could interpret .htaccess, My solution was in React App to change the routing and use bookmark # like mysite.com/#dashboard to make it work, If you are not satisfied with this solution I think you have to create a dynamic site with http server behind.