Page is a not externally linkable
- Code, Content, and Presentation
-- Content Management
---- Migrating from a HTML 4 site to a CMS site.


jlr1001 - 12:07 am on Jun 2, 2006 (gmt 0)


Well, if your main concern is maintaining the original urls for the 160 or so current static pages you could use mod rewrite (assuming that your server is running apache) so that a server call for
site.com/category/ID/article.html yields a url that reads site.com/article.html.

It would be "backwards compatible" such that if I put site.com/article.html in my browser's address bar (or if I do a search query that points me to your site.com/article.html url) your CMS would translate that url into site.com/category/ID/article.html and thus find the correct content data.

If you do a Google (or whatever other search engine you use) search for "mod rewrite" you'll find enough info to help you out.

The other possibility is seeing if your CMS handles this natively through some type of SEF url creation capability. In most of those cases you can manually create additional SEF urls. This would allow you to create the shortened url you're looking for.

Good luck,

-jlr1001


Thread source:: http://www.webmasterworld.com/content_management/24.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com