Is there any idea how to write sfAuth routing for symfony 1.4? which is similar like
homepage:
 url:   /
 param: { module: default, action: index }
default_index:
  url:   /:module
  param: { action: index }
default:
  url:   /:module/:action/*
				Is there any idea how to write sfAuth routing for symfony 1.4? which is similar like
homepage:
 url:   /
 param: { module: default, action: index }
default_index:
  url:   /:module
  param: { action: index }
default:
  url:   /:module/:action/*
				Copyright © 2021 Jogjafile Inc.
                        
To write sfAuth for symfony is simple, just follow the similar way you define default routing
Hope this might give you some insight.