Working With .htaccess & Yii

Hi everybody,

I’ve created a web project with the follow structure:

4158

struc.png

Now if i want to connect to frontend i do: /web_link/frontend/index.php

So anybody could help me call frontend through /web_link/ only by .htaccess?

Must be show /web_link/controller/action all of time, dont have frontend in URL!!!

I think you should create a virtualHost for your frontend!

I’ll try that, tks guy!