Cake has nothing to do with the domain, that's Apache's business.
On Wed, Jul 4, 2012 at 3:46 AM, tigr wrote:
> I would think that since your host name is just a single word, perhaps cake
> may get confused by your urls sometimes. Why don't you try to rename the
> host into 'ServerName mysite.loc
I would think that since your host name is just a single word, perhaps cake
may get confused by your urls sometimes. Why don't you try to rename the
host into 'ServerName mysite.local'? That would make the urls look much
more 'normal'...
On Tuesday, July 3, 2012 7:34:55 PM UTC+2, c05min wrote:
That doesn't seem to be a rewrite issue. What do your routes for
UsersController, if any, look like? Do you have the following in
routes.php?
require CAKE . 'Config' . DS . 'routes.php';
And if you have access to the server's Apache config, you'll speed up
the site a bit by putting the rewrite ru
sry for this, I've resubmitted from draft folder.
Has some-one a clue on this ?
This is my virtual host:
ServerName mysite
ServerAdmin webmaster@localhost
DocumentRoot /home/cosminct/workspace/www/mysite/app/webroot
Options FollowSymLinks
AllowOverride All
Hi,
I set-up cake and I have a problem that google can't answer:
http://mysite/users/add
on this URL: http://mysite/users/
--
--
Our newest site for the community: CakePHP Video Tutorials
http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others
Hi,
I set-up cake and I have a problem that google can't answer,
I am stuck on this and I can't find an answer.
For http://mysite/users/ It works
For http://mysite/users/add
`Create the class AddController below in file: app/Controller/AddController.php`
But this is a method from Users controll