Closed IMGROOT2 closed 1 year ago
A similar thing needs to be done to all go. links
Just an .htaccess file should take care of it.
I wish this was an Apache server... (Firebase Hosting is better than things like Wordpress but still there's little customizability. Also I'm not sure if htaccess is an apache thing? I always confuse Apache and Nginx)
Also as a side note I've never seen www.subdomain.domain.tld before...
I wish this was an Apache server... (Firebase Hosting is better than things like Wordpress but still there's little customizability. Also I'm not sure if htaccess is an apache thing? I always confuse Apache and Nginx)
.htaccess is apache, MB. but, firebase.json supports redirects and stuff, I'll check it out in docs.
Also as a side note I've never seen www.subdomain.domain.tld before...
that's because they're always redirected. if you want a working www.subdomain.domain.tld, try https://www.drive.google.com/ which is a pretty popular one lol
Interesting... I'm configuring this directly in DNS so www.go should already work (certificate is on the way!)
cool!
Going to https://www.nightly.vocabustudy.org should lead to https://nightly.vocabustudy.org
Just an .htaccess file should take care of it.