Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Error: Index.phpController could not be found
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 26 - 35 of 35 - Collapse all  -  Translate all to Translated (View all originals) < Older 
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jeremy Burns | Class Outfit  
View profile  
 More options Mar 7 2012, 1:15 am
From: Jeremy Burns | Class Outfit <jeremybu...@classoutfit.com>
Date: Wed, 7 Mar 2012 06:15:33 +0000
Local: Wed, Mar 7 2012 1:15 am
Subject: Re: Error: Index.phpController could not be found

Yup. Your server isn't set up correctly. When your server works properly, the .htaccess files will route you from the site root (in your case /cakephp) to /cakephp/app/webroot/index.php. If that isn't happening your server or your cake set up is wrong. The fact that you are getting directory listings on more than one app on your server indicates a server set up issue. CakePHP does work - if it doesn't work for you, look local for the solution.

Jeremy Burns
Class Outfit

http://www.classoutfit.com

On 7 Mar 2012, at 06:11:02, amg55nj wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
amg55nj  
View profile  
 More options Mar 7 2012, 1:20 am
From: amg55nj <skuma...@gmail.com>
Date: Tue, 6 Mar 2012 22:20:15 -0800 (PST)
Local: Wed, Mar 7 2012 1:20 am
Subject: Re: Error: Index.phpController could not be found

Ok I'll try to see what is wrong with my Apache server. You wouldn't happen
to know where I should look, would you? Possibly a configuration in the
httpd file?

Thanks for walking me through everything and pinpointing it to this point.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
luca capra  
View profile  
 More options Mar 7 2012, 2:23 am
From: luca capra <luca.ca...@gmail.com>
Date: Wed, 07 Mar 2012 08:23:08 +0100
Local: Wed, Mar 7 2012 2:23 am
Subject: Re: Error: Index.phpController could not be found
Hi, I think you need to remove  Indexes in Options directive in your
apache host config or in the cake's root .htaccess

#.htaccess, avoid directory index
Options -Indexes

Il 07/03/2012 07:20, amg55nj ha scritto:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rodrigo Rodrigues Moyle  
View profile  
 More options Mar 7 2012, 7:35 am
From: Rodrigo Rodrigues Moyle <rodrig...@gmail.com>
Date: Wed, 7 Mar 2012 04:35:15 -0800 (PST)
Local: Wed, Mar 7 2012 7:35 am
Subject: Re: Error: Index.phpController could not be found

Check the DirectoryIndex is equal:

DirectoryIndex index.html index.php

And check your AllowOverride is set do all, without this the .htaccess does
not work.

Em quarta-feira, 7 de março de 2012 03h20min15s UTC-3, amg55nj escreveu:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
amg55nj  
View profile  
 More options Mar 7 2012, 11:00 am
From: amg55nj <skuma...@gmail.com>
Date: Wed, 7 Mar 2012 08:00:17 -0800 (PST)
Local: Wed, Mar 7 2012 11:00 am
Subject: Re: Error: Index.phpController could not be found

Thank you!!! Finally it is working!  I changed the DirectoryIndex line and
added index.php and it is finally working. I can't believe that was the
problem. Shouldn't that have changed when I installed PHP?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jason Nightingale  
View profile  
 More options Aug 5 2012, 6:42 am
From: Jason Nightingale <jamlizzy...@gmail.com>
Date: Sun, 5 Aug 2012 03:42:51 -0700 (PDT)
Local: Sun, Aug 5 2012 6:42 am
Subject: Re: Error: Index.phpController could not be found

That could be it... I am reading this post to figure what's happening, and
I'm reading on that link where it says that IIS 7 natively doesn't support
.htaccess files. I am running on IIS 7, perhaps you are too?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thomas Smith  
View profile  
 More options Oct 9 2012, 2:47 pm
From: Thomas Smith <tharlinsm...@gmail.com>
Date: Tue, 9 Oct 2012 11:47:52 -0700 (PDT)
Local: Tues, Oct 9 2012 2:47 pm
Subject: Re: Error: Index.phpController could not be found

I'm not new to Cake (so I knew what it should look like), but just did a
brand-new install of Apache 2.4, PHP 5.3.17, and Cake 2.2.3 on a Windows
machine.  In addition to the documented steps, I also had to do the
following to get the Cake main page to display:

   - Uncomment the *LoadModule rewrite_module *line in httpd.conf
   - Add *index.php* to the *DirectoryIndex* line as described above

The rewrite_module stuff is mentioned prominently in the existing
documentation, but the DirectoryIndex part isn't.  Yes, that's technically
a PHP configuration but should probably be in the Cake docs anyway.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
lowpass  
View profile  
 More options Oct 9 2012, 6:00 pm
From: lowpass <zijn.digi...@gmail.com>
Date: Tue, 9 Oct 2012 17:59:46 -0400
Local: Tues, Oct 9 2012 5:59 pm
Subject: Re: Error: Index.phpController could not be found
It's actually a web server config, not PHP. But I agree it should
probably be in the docs.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Babulal Saini  
View profile  
 More options Oct 30 2012, 7:22 am
From: Babulal Saini <saini.babu...@logicspice.com>
Date: Tue, 30 Oct 2012 04:22:40 -0700 (PDT)
Local: Tues, Oct 30 2012 7:22 am
Subject: Re: Error: Index.phpController could not be found

Hi,  

<?php

class IndexController extends AppController {

}

you are use this code...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeremy Burns | Class Outfit  
View profile  
 More options Oct 30 2012, 7:26 am
From: Jeremy Burns | Class Outfit <jeremybu...@classoutfit.com>
Date: Tue, 30 Oct 2012 11:25:37 +0000
Local: Tues, Oct 30 2012 7:25 am
Subject: Re: Error: Index.phpController could not be found

What URL are you typing to get that error?

Jeremy Burns
Class Outfit

http://www.classoutfit.com

On 30 Oct 2012, at 11:22:40, Babulal Saini <saini.babu...@logicspice.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages < Older 
« Back to Discussions « Newer topic     Older topic »