Tagged Questions
The domain-aliasing tag has no wiki summary.
2
votes
1answer
332 views
Domain aliasing vs edge side includes for CDN
I'm designing a web application to support use of a CDN in the future.
Two options I've considered:
Use domain aliasing for static content on the site, including CSS, JS, and some images.
Use "edge ...
1
vote
1answer
128 views
domain aliases and Google App Engine
I have a Google Apps domain at www.openstv.org that I use for email and a website.
I recently created a Google App Engine app at stv.appspot.com and it can also be accessed at opal.openstv.org.
I ...
0
votes
1answer
385 views
.htaccess redirecting domain alias'
I have a client that has a good amount of domain alias' and wants them all redirected to the one main domain on the site. They also want to know which of the domain alias' is doing the redirecting. ...
0
votes
2answers
86 views
Change Default Starting Domain For .NET Website Project
I have a Website project that I'm trying to debug using Fiddler. Fiddler doesn't track traffic from localhost, so I created another alias in my hosts file to use instead of localhost. Now I would ...