You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used your plugin in my fresh cakephp 2.6 setup.
I can access mydomain.com/blog but am unable to access mydomain.com/admin/blog_posts
It is showing 404 error.
I have Configure::write('Routing.prefixes', array('admin')); in core.php file
and I am not using Auth.
Please help me to resolve this.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I have used your plugin in my fresh cakephp 2.6 setup.
I can access mydomain.com/blog but am unable to access mydomain.com/admin/blog_posts
It is showing 404 error.
I have
Configure::write('Routing.prefixes', array('admin'));
in core.php fileand I am not using Auth.
Please help me to resolve this.
Thanks
The text was updated successfully, but these errors were encountered: