#5765: Cakephp IIS and ACL
------------------------------------------+---------------------------------
Reporter: PiemP | Owner:
Type: Bug | Status: closed
Priority: Medium | Milestone: 1.2.x.x
Component: ACL (Access Control List) | Version: RC2
Severity: Normal | Resolution: needmoreinfo
Keywords: | Php_version: PHP 5
Cake_version: |
------------------------------------------+---------------------------------
Comment (by PiemP):
Configure::write('App.baseUrl', env('SCRIPT_NAME').'?');
I have inserted the '?' for mapping this url: <br/><br/>
http://127.0.0.1/mysite/index.php?/pages/home <br/><br/>
because cake map this url into the $html->link(..): <br/><br/>
http://127.0.0.1/mysite/index.php/pages/home <br/><br/>
and for this URL IIS return an HTTP 404 error(unable to find the page).
After changing the cakephp libs I take the new release of cakephp and put
my app directory into this new package, but the cakephp URL mapping have
the same problem.
I have now enabled IIS on my pc and I'm doing tests about this problem but
for now nothing has changed.
Thank you for your response, I try to made a test case
--
Ticket URL: <https://trac.cakephp.org/ticket/5765#comment:4>
CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/>
Cake is a rapid development framework for PHP which uses commonly known design
patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC.
Our primary goal is to provide a structured framework that enables PHP users at
all levels to rapidly develop robust web applications, without any loss to
flexibility.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"tickets cakephp" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/tickets-cakephp?hl=en
-~----------~----~----~----~------~----~------~--~---