Question
Using .htaccess authetication in a non directory environment
Hi.
Ive written an html (CSS) front end with a lot of JS to generate pages on an embedded controller that has an apache server.
I want to use the .htaccess authorisation to control access to various pages, but as it is all JS generated I’m not sure how to implement it. I know normally you would just create a htaccess in each directory, but this time, no directories.
Can someone guide me as to how to use the authentication system inside my JS?
Thanks.
PS - i’m pretty new to all this type of coding, although not new to coding in general.
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.
×