I have a strange problem. I am trying to base64 encode some images on my site with the help of --> http://www.greywyvern.com/code/php/binary2base64 site.
When I fill in the url of --> https://www.damircalusic.se/wk-templates/img/damir-calusic.jpg and try to convert the 301 error appears.
Then I tried to see how my site looks like in responsive mode so I tried to use --> http://www.studiopress.com/responsive/, http://jamus.co.uk/demos/rwd-demonstrations/ and http://responsivepx.com/ but they can’t access my site.
I must have configured the site wrong.
Does anyone have experience with this and could help me to the right path? If you need the Config I will put it in.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
It looks like an issue with that binary2base64 website itself. I’ve converted the image to base64 for you: damir-calusic.jpg.base64. You can do that yourself from the CLI by running:
curl -s https://www.damircalusic.se/wk-templates/img/damir-calusic.jpg | base64 > damir-calusic.jpg.base64
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.