url - ManageYourTeam - Yii - apache error -


i installed manageyourteam app (http://manageyourteam.net/) in web sever.

i install in (example):

/path/public/myt 

and installation ok.

in path (/path/public) there urls

/path/public/myt /path/public/app1 /path/public/app2  <private_ip>/myt -> ok <private_ip>/app1 -> ok <private_ip>/app2 -> ok 

now added alias each webapp:

/etc/httpd/conf.d/app1.conf /etc/httpd/conf.d/app2.conf  alias /app1 /path/app1 <directory /path/app1/>     adddefaultcharset utf-8 </directory> 

to migrate

app1 , app2 /path/app1 , /path/app2 

and ok.

/path/public/myt /path/app1 /path/app2  <private_ip>/myt -> ok <private_ip>/app1 -> ok <private_ip>/app2 -> ok 

but when moved

/path/public/myt/ /path/myt/  

using same .conf app1 , app2 (but changing names)

myt dont works.

i think error dynamic urls. posible. myt write in yii framework.

thanks.

temporary solution:

edit /path/myt/protected/config/main.php 

change:

'showscriptname' => false 

to:

'showscriptname' => true 

now see "index.php" in url path, if necessary, do.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -