Closed GoogleCodeExporter closed 8 years ago
did you copy the new filter as well into the giix controller?
did you try to use
'showScriptName' => false,
in the urlManager?
that should get rid of the index.php part of your links.
Original comment by nic...@creationgears.com
on 2 May 2011 at 1:43
thanks for your quick reply
yes I did copy of public static $_permissionControl and the public function
filterUserGroupsAccessControl into gixx controller
yep i got not found for app/userGroups but still working if I put
/index.php/ on each url except forms
I unzipped the userGroups into modules folder not the extensions one, could
be the issue?
Original comment by serge.me...@gmail.com
on 2 May 2011 at 2:26
no, it's right to use into the modules folder... set showScriptName to false
into your application config file:
/protected/config/main.php
that's what you are supposed to do to get rid of the index.php part of the
link...
you may have some issues too with the htaccess file... can you access other
urls inside your application without the index.php part?
Original comment by nic...@creationgears.com
on 2 May 2011 at 2:32
[deleted comment]
It´s working!
Btw great app, congratulations and thanks for your help!
Original comment by serge.me...@gmail.com
on 4 May 2011 at 9:43
you are welcome ^^
Original comment by nic...@creationgears.com
on 5 May 2011 at 12:31
Original issue reported on code.google.com by
serge.me...@gmail.com
on 2 May 2011 at 1:36