Change Apache Roller URL Structure -


i have 1 existing website , want migrate apache roller cms.

existing website url following

http://www.xx.com/blog/2015/03/how_to_change_the_url_structure

can able use same url structure in roller cms, otherwise problematic seo perspective?

if solution problem highly appreciated

if ok roller's url structure new blog entries written after migration, recommend set redirecting filter such apache + mod_rewrite, , redirect of requests older weblog entries roller's url structure. example, redirecting filter, request existing entry

http://www.example.com/blog/2015/03/how_to_change_the_url_structure

will redirected roller's url scheme:

http://www.example.com/blog/username/entry/2015_03_how_to_change_the_url_structure

you can set "anchor" of weblog entry (for example, anchor "2015_03_how_to_change_the_url_structure") in time of migration like. roller stores weblog entries in database table named "weblogentry" , stores anchor in column named "anchor".


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -