Firebase has also a hosting service for static files, and I just found out 
that they are developing support for url rewrites and this development is 
near completion ("look out some news the mailing list or blog soon"). And 
in addition, Firebase is using a CDN of some sort. That means that this 
looks like the perfect option for my wanna-be-global-web-service-success :)

And you can use Firebase Hosting (of static files) even if you are not 
using Firebase as the data store.

On Thursday, May 22, 2014 7:21:36 PM UTC+3, Mad wrote:
>
> Thanks, John, this was a great tip! And you are correct, I do not want to 
> set up any web server of my own. Btw, I found this tip on how to configure 
> s3 for this purpose: http://stackoverflow.com/a/16877231/2420037
>
> On Thursday, May 22, 2014 6:28:48 PM UTC+3, John Hathaway wrote:
>>
>> Amazon S3 lets you specify and XML file with redirection rules. See 
>> bottom of page:
>>
>> http://docs.aws.amazon.com/AmazonS3/latest/dev/HowDoIWebsiteConfiguration.html
>>
>> I have current Angular stuff hosted there and I was just starting to look 
>> at this with regard to Angluar HTML 5 mode, but haven't actually tried it 
>> yet. So if you go that route and get it working, would love to see what the 
>> config file looks like.
>>
>> With Heroku I think you'd need to actually run a web server there to do 
>> the rewrite. Which is I think what you (and I) are wanting to avoid.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to