문제

I'm using xampp and tried to put my yii folder and the webapp folder separate from the htdocs directory. I've followed the instructions from here:

http://el.web.id/how-to-add-virtual-directory-alias-on-apache-xampp-165

I was able to run the main page all right, but the other pages just return a not found status. May I know how to fix this? I'm not even sure if the main problem comes from Apache or from Yii. Thanks a lot.

도움이 되었습니까?

해결책

Oh, I get it now. We'd just need to add a rewritebase on the .htaccess file that matches the alias.

RewriteBase /aliasfolder

This is for reference purposes.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top