I know we can set the expires header to Amazon S3, but how do I set it for a cloudfront file ? I've read that we can set the TTL from 24hrs to 1hr, but I want to set it for 1 year.
MotionGrafika's questions
I need to preserve all user query strings.
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^$ index.html?page=home&%1
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^about$ index.html?page=about&%1
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^contact$ index.html?page=contact&%1
How can I specify the RewriteCond for all RewriteRules ?
I am not looking forward to single all-purpose controller RewriteRule since this is a small static website.
Whenever I ping walls2windows.com at network-tools.com, I get bad destination even though the URL is about 1 month old now and works here. It also doesnt ping at ping.eu/ping
DNS and A record IPs are supposedly mapped correctly.
I'll be needing a Dedicated IP & SSL for a website. I've noticed that SSL will work for either www or canonical name - but not both.
So does mean that Dedicated IP would be set to only one of them ?
If I set SSL for www then if a user goes to a URL manually without the www it would show invalid certificate - how do I bypass this ? mod_rewrite in htaccess ?
IF I need SSL for a subdomain, thats another SSL Certificate & Dedicated IP to purchase ?