#6313: Inconsistant URL handling
---------------------------+------------------------------------------------
Reporter: willirl | Type: Bug
Status: new | Priority: Medium
Milestone: 1.2.x.x | Component: General
Version: 1.2 Final | Severity: Normal
Keywords: | Php_version: PHP 5
Cake_version: 1.2.1.8004 |
---------------------------+------------------------------------------------
My app has a vendors_controller with an index() function. When I try to
access this with the URL:
http://localhost/Client_Web/Vendors/index
I get an error "Error: Redirect:Controller could not be found.". I have
attached a jpeg showing complete error page.
Upon examining the $_GET just before the Dispacher call it is:
redirect:/Client_Web/app/webroot/Vendors/index.html
If I remove the /index from the original URL it works as intended. I've
looked in the webroot directory and there is no Vendors folder. All the
other controllers in the app work as you would expect when the .../index
URL is used.
This is running under Apache.
--
Ticket URL: <https://trac.cakephp.org/ticket/6313>
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
-~----------~----~----~----~------~----~------~--~---