PDA

View Full Version : mod-rewriting static .jsp pages to .html


CarlosO
03-03-2008, 03:41 PM
Is there a benefit to do a mod-rewriting of static .jsp pages to .html?

Thanks

AussieWebmaster
03-03-2008, 04:17 PM
not at all... so long as the pages are well named

CarlosO
03-03-2008, 04:48 PM
Thank you AussieWebmaster.

JohnW
03-03-2008, 09:02 PM
Carlos, I agree with the answer given and also want to add that it depends on what your static .jsp URIs look like and if you have good control over them. I say this because I have sometimes seen .jsp systems that produce static pages but don't let you control how they are named, not sure if this is your situation or not.

Rewriting URIs for SE is not really to change the extension, the idea is to use rewrite when needed to remove query strings, variables, gibbersh, numbers, to enable /custom-keyword/ file names, convert /file.jsp into /file/ etc.

CarlosO
03-04-2008, 03:17 PM
Thanks John,

Fortunately my urls do have keywords in them, we remove all the other filling.