Re: Only able to view home page

2007-12-12 Thread Куринный Александр

On Wednesday 12 December 2007 11:40:08 Unite wrote:
> www.adslgamer.co.za if you go here you will see the page loads
> perfectly. If you try click on one of the menu links the corresponding
> page does not show but I get this error.
>
> The requested URL /pages/about was not found on this server.
>
> Additionally, a 404 Not Found error was encountered while trying to
> use an ErrorDocument to handle the request.
>
> The page does exist and works on my local machine but not this server
> hosted in another country. Have I set anything wrong in cakephp? If
> you need anymore information etc just let me know.
> 
Seem that you don't have mod_rewrite enabled in apache

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Only able to view home page

2007-12-12 Thread Dragos Chiriac

1. be sure to move the .htaccess as well. (on windows machines files 
that start with . are not very friendly to work with)
2. be sure you have a. apache, b.mod_rewrite, c. rights to access 
modrewrite.

If is iis then you'll need ISAPI rewrite, and the rules in the ini file 
will differ slightly from those in the htaccess.


Unite wrote:
> www.adslgamer.co.za if you go here you will see the page loads
> perfectly. If you try click on one of the menu links the corresponding
> page does not show but I get this error.
>
> The requested URL /pages/about was not found on this server.
>
> Additionally, a 404 Not Found error was encountered while trying to
> use an ErrorDocument to handle the request.
>
> The page does exist and works on my local machine but not this server
> hosted in another country. Have I set anything wrong in cakephp? If
> you need anymore information etc just let me know.
> >
>
>   


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Only able to view home page

2007-12-12 Thread MrTufty

This is almost certainly a .htaccess issue. I suspect by default
either mod_rewrite is not turned on, or the rule for it is
AllowOverride None.

In the first instance, turn mod_rewrite on (ask your host for
information on how to do that, as it will vary).
In the second instance, change AllowOverride None to AllowOverride
All. I can't remember if you can do that directly through a .htaccess
file though.

On Dec 12, 8:40 am, Unite <[EMAIL PROTECTED]> wrote:
> www.adslgamer.co.zaif you go here you will see the page loads
> perfectly. If you try click on one of the menu links the corresponding
> page does not show but I get this error.
>
> The requested URL /pages/about was not found on this server.
>
> Additionally, a 404 Not Found error was encountered while trying to
> use an ErrorDocument to handle the request.
>
> The page does exist and works on my local machine but not this server
> hosted in another country. Have I set anything wrong in cakephp? If
> you need anymore information etc just let me know.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Only able to view home page

2007-12-12 Thread Unite

Also noticed cake adds ?CAKEPHP=6b06903f63183a73272e85a4393902b6 to my
menu options aswell... any ideas?

On Dec 12, 10:40 am, Unite <[EMAIL PROTECTED]> wrote:
> www.adslgamer.co.zaif you go here you will see the page loads
> perfectly. If you try click on one of the menu links the corresponding
> page does not show but I get this error.
>
> The requested URL /pages/about was not found on this server.
>
> Additionally, a 404 Not Found error was encountered while trying to
> use an ErrorDocument to handle the request.
>
> The page does exist and works on my local machine but not this server
> hosted in another country. Have I set anything wrong in cakephp? If
> you need anymore information etc just let me know.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Only able to view home page

2007-12-12 Thread Unite

www.adslgamer.co.za if you go here you will see the page loads
perfectly. If you try click on one of the menu links the corresponding
page does not show but I get this error.

The requested URL /pages/about was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to
use an ErrorDocument to handle the request.

The page does exist and works on my local machine but not this server
hosted in another country. Have I set anything wrong in cakephp? If
you need anymore information etc just let me know.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---