Ubuntu sever Apache ile zend framework kullanıyorum. Ben localhost sitemde çalıştığımda, aşağıdaki URL'yi kullanın
örneğin:
http://test.dev/authentication/login
http://test.dev/student/profile
Where 'authentication' refers to AuthenticationController and 'login' refers to loginAction. 'student' refers to StudentController and 'profile' refers to profileAction.
Soru: Şimdi benim site ile phpBB forumu kullanmak istiyorum. Benim web sitesi ile phpBB forumu başlatmak için aşağıdaki URL'yi kullanmak zorunda kaldı.
http://localhost/test/forum/
'Test' benim ana proje (web) dizinidir. Ben phpBB forum için aşağıdaki URL'yi kullanmak istiyorum.
http://test.dev/forum/
URL üzerinde kullanırken phpBB forumu açmak için projemi nasıl yapılandırılır? Ben bir denetleyicisi oluşturmak gerekir?
Teşekkürler