localhost : 81 problem

hello everyone… I need helpp. I installde yii framework under wamp… and from there made

yiic.bat webapp c:: blablalbla/testapp after that when openin from browser it shows like this

localhost:81/testapp I controlled my httpd.conf no problem there

Listen 80

ServerName localhost:80 is by default…

how can I fix this problem…

by the way I installed (but not working (and not active) ) bitnami wapp…

is there any function or variable where yii framework sets its port as 81…

What exactly is the problem? Blank page? Or some error message? Have you checked PHP log for errors?

It is the configuration of your apache that you need to setup so it can listen to port 81, not Yii.

By the way, what is the problem if your using the default port 80?