Tagged Questions

1
vote
4answers
299 views

In apache, if i go to https://mysite.com, the page itself is over https, but all images/links are http://. Is there way to auto rewrite the html so its all https://?

Im sure ive seen a feature in apache that can rewrite urls so you can point domain2.com at domain1.com and it rewrites everything domain1.com to domain2.com on the fly. is there a similar thing for ...
0
votes
5answers
123 views

Large RSS feed. How to avoid slowing down the server when retrieved?

I have added an RSS feed on a Zen-cart store, PHP 5.2, apache2. The store has some 25.000 products with their name, description, price, image, etc. The RSS is stored in a cache to avoid running the ...