Hello, Could you please add a link to RSD, to purchase or is it still trial software? Thank you
Sue Theobald wrote:
Hello, Could you please add a link to RSD, to purchase or is it still trial software? Thank you
Hello, Could you please add a link to RSD, to purchase or is it still trial software? Thank you
At the current time RSD is only available to those users that purchased RLM. Those users are testing it to make sure it's ready for the rest of the world.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Hello, as I redesign an older website with RSD I realized all my old pages are saved as .htm and RSD saves them as .html... all my search engine placement recognizes the.htm pages....
So, what's the plan of attack I should use here? Can RSD save the pages as .htm? (if not, why not?)
Any help would be appreciated. Keep it simple. I pretty much wade my way through things, I am not an expert.
Thank You
So, what's the plan of attack I should use here? Can RSD save the pages as .htm? (if not, why not?)
Any help would be appreciated. Keep it simple. I pretty much wade my way through things, I am not an expert.
Thank You
Thanks!
Jim T.
Jim T.
Jim Taylor wrote:
Hello, as I redesign an older website with RSD I realized all my old pages are saved as .htm and RSD saves them as .html... all my search engine placement recognizes the.htm pages....
So, what's the plan of attack I should use here? Can RSD save the pages as .htm? (if not, why not?)
Any help would be appreciated. Keep it simple. I pretty much wade my way through things, I am not an expert.
Thank You
Hello, as I redesign an older website with RSD I realized all my old pages are saved as .htm and RSD saves them as .html... all my search engine placement recognizes the.htm pages....
So, what's the plan of attack I should use here? Can RSD save the pages as .htm? (if not, why not?)
Any help would be appreciated. Keep it simple. I pretty much wade my way through things, I am not an expert.
Thank You
If you really want to use .HTM file extensions, one option is you can use .htaccess and redirect all .HTML to .HTM. For that you can find many code examples on how to set this up here at https://www.google.com/search?q=htacces … p;ie=UTF-8
If you like to keep things simple, learn to live with .HTML file extensions.

Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
Scott Swedorski wrote:
If you really want to use .HTM file extensions, one option is you can use .htaccess and redirect all .HTML to .HTM. For that you can find many code examples on how to set this up here at https://www.google.com/search?q=htacces … p;ie=UTF-8
If you like to keep things simple, learn to live with .HTML file extensions.
Jim Taylor wrote:
Hello, as I redesign an older website with RSD I realized all my old pages are saved as .htm and RSD saves them as .html... all my search engine placement recognizes the.htm pages....
So, what's the plan of attack I should use here? Can RSD save the pages as .htm? (if not, why not?)
Any help would be appreciated. Keep it simple. I pretty much wade my way through things, I am not an expert.
Thank You
Hello, as I redesign an older website with RSD I realized all my old pages are saved as .htm and RSD saves them as .html... all my search engine placement recognizes the.htm pages....
So, what's the plan of attack I should use here? Can RSD save the pages as .htm? (if not, why not?)
Any help would be appreciated. Keep it simple. I pretty much wade my way through things, I am not an expert.
Thank You
If you really want to use .HTM file extensions, one option is you can use .htaccess and redirect all .HTML to .HTM. For that you can find many code examples on how to set this up here at https://www.google.com/search?q=htacces … p;ie=UTF-8
If you like to keep things simple, learn to live with .HTML file extensions.

Would they not still need to redirect it even if they do decide to "live with .HTML ..." so that the old pages don't receive 404 errors for pages not found? Or do the .htm and .html pages equal each other when it comes to those extensions and Google scanning the site and not getting 404 errors? I haven't worked with a .htm file is so many years I have no clue here haha, but we should probably know this answer so that the redirects get done if it matters on that. I'm thinking it probably does, but those 2 extensions are kind of strange in that they are basically the same thing, but .. not lol.
Yes, you would still need to do that as well in .htaccess which is very simple. Just create a 301 redirect like this:
Redirect 301 /oldfile.htm /newfile.html
Redirect 301 /oldfile.htm /newfile.html
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.