1

How do I setup Zend framework on sub domain manually?

What setting do I have to change in the bootstrap file?

apaderno
  • 28,547
  • 16
  • 75
  • 90
  • 1
    I have done this before. You shouldn't have to do anything different, just make sure your paths are correct. Try it then come back when you have an actual problem that needs solving. – Jake N Aug 31 '10 at 14:16
  • Thanks Jakenoble I have already done.Actully me domain was not activated. Thanks again –  Sep 01 '10 at 08:44

1 Answers1

1

what exactly do you need? if you need to recognize subdomain use router settings

http://framework.zend.com/manual/en/zend.controller.router.html

Adding sub domain based routes in Zend framework

https://stackoverflow.com/questions/2837983/zend-framework-subdomainsubfolder-router-rewrite-problem

Community
  • 1
  • 1
Martin Rázus
  • 4,615
  • 5
  • 30
  • 33