View Single Post
  #1 (permalink)  
Old 05-12-2009, 02:46 AM
jack1981 jack1981 is offline
Junior Member
 
Join Date: Jan 2009
Location: HongKong
Posts: 8
Question Force a Trailing Slash with mod_rewrite

Hello, we have a URL structure in this format http://www.domains.com/command/ . Via mod_rewrite this translates to http://www.domains.com/index.php/command/ .

The problem, we require the trailing slash to be always present for SEO purposes. However not all inbound links knows this either their links were old or just plain put incorrect i.e. http://www.domains.com/command . How do we force that trailing slash?

TIA
Reply With Quote