View Single Post
  #1 (permalink)  
Old 04-25-2008, 09:37 PM
mime's Avatar
mime mime is offline
Junior Member
 
Join Date: Apr 2008
Location: Sweden
Posts: 4
Question Redirect index to none index?

Hi all, i'm pretty new to Zend Framework but I have a question about redirecting.

How do I redirect index to the none index equivalent?

example.com/index 301 redirect to --> example.com/

Since both URLs calls the same indexAction the http://www.example.com/index is redundant and should never be used if you ask me.

Last edited by mime : 05-07-2008 at 02:05 PM. Reason: making the question stand out more...
Reply With Quote