i have this url
- Code: Select all
localhost/1/zdf/index-blog.php/
i hope to :
- Code: Select all
localhost/1/zdf/blog
or
i have have url :
- Code: Select all
localhost/1/zdf/apps/blog/
i hope to :
- Code: Select all
localhost/1/zdf/blog
if im access realpath url project always success with multi-modul.
exp :
- Code: Select all
localhost/1/zdf/index-blog.php/anymodul/controller/action
but im try rewrite to
- Code: Select all
localhost/1/zdf/blog/modul/controller/action
btw my
- Code: Select all
localhost/1/zdf/index.php
and my core zf, im use zf 1.x
thank u.

