I am unable to get a redirect to a specific album to work using my own domain name
http://charleswarreneaton.org and a redirect in index.html. I’m using jAlbum hosting, Tiger skin and have a CNAME with my domain to direct it to my jAlbum – that part is all working. I have an index.html file in the root of my jAlbum site to redirect to an album – that part is not working. It is as if it is ignoring the index.html file.
I have an index.html file that contains:
<meta http-equiv="Refresh" content="0; url=https://richrockwell.jalbum.net/Photography%20of%20Charles%20Warren%20Eaton/">
I’ve tried several variations (
http://, https://, htm, html, spaces instead of %20) with different browsers all with the same result.
Using FileZilla, I confirmed that my index.html file is at the root of my jAlbum directory.
If I go to
http://charleswarreneaton.org, I land on my profile page.
If I go to
http://richrockwell.jalbum.net/index.html it takes me to the desired album
If I open index.html from my desktop, it opens the desired album.
Any suggestion for troubleshooting or suggestions of what I might be missing?