Re: my .htacces file

2007-03-17 Thread Cheeze

I'm not very sure of what the cause of your problem might be, so I'm
just gonna suggest some things you can check.

- Is .htaccess in the folder of your cake directory in your server
root?
- Have you made sure the .htaccess files are in the app and webroot
directories?

In any case I don't think accessing 
www.example.com/cake/articles/index.php/articles
will work. If the rewrite rules are working correctly, you should see
the index page.

On Mar 16, 10:18 pm, Ámon Tamás [EMAIL PROTECTED] wrote:
 Where is your app? In the cake/app?
 (My english is poor too :)

 tekcorap írta:



  Hi masters,

  I have one question. my cake directory is under my root directory
  ( e.g.www.example.com/cake). and  my .htaccess is

  IfModule mod_rewrite.c
 RewriteEngine On
 RewriteRule^$ app/webroot/[L]
 RewriteRule(.*) app/webroot/$1 [L]
  /IfModule

  when I into my site (www.example.com/cake) I get this error;

  Bad Request
  Your browser sent a request that this server could not understand.

  Client sent malformed Host header

  and I use / (www.example.com/cake/) I get another error

  Not Found
  The requested URL was not found on this server.

  but when I use index.php is work (www.example.com/cake/index.php/
  articles ) is work *-)
  I dont want use /index.php/articles/ I want use directly
 www.example.com/cake/articles

  my mod_rewrite engine is open.
  What can I do solve this problem?
  (sorry my english is very poor :( )

  Thanks your helps.

 --
 Ámon Tamáshttp://linkfelho.amon.hu


--~--~-~--~~~---~--~~
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: my .htacces file

2007-03-17 Thread tekcorap

 my app in www.example.com/cake/app

On Mar 16, 4:18 pm, Ámon Tamás [EMAIL PROTECTED] wrote:
 Where is your app? In the cake/app?
 (My english is poor too :)

 tekcorap írta:



  Hi masters,

  I have one question. my cake directory is under my root directory
  ( e.g.www.example.com/cake). and  my .htaccess is

  IfModule mod_rewrite.c
 RewriteEngine On
 RewriteRule^$ app/webroot/[L]
 RewriteRule(.*) app/webroot/$1 [L]
  /IfModule

  when I into my site (www.example.com/cake) I get this error;

  Bad Request
  Your browser sent a request that this server could not understand.

  Client sent malformed Host header

  and I use / (www.example.com/cake/) I get another error

  Not Found
  The requested URL was not found on this server.

  but when I use index.php is work (www.example.com/cake/index.php/
  articles ) is work *-)
  I dont want use /index.php/articles/ I want use directly
 www.example.com/cake/articles

  my mod_rewrite engine is open.
  What can I do solve this problem?
  (sorry my english is very poor :( )

  Thanks your helps.

 --
 Ámon Tamáshttp://linkfelho.amon.hu


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



my .htacces file

2007-03-16 Thread tekcorap

Hi masters,

I have one question. my cake directory is under my root directory
( e.g. www.example.com/cake). and  my .htaccess is

IfModule mod_rewrite.c
   RewriteEngine On
   RewriteRule^$ app/webroot/[L]
   RewriteRule(.*) app/webroot/$1 [L]
/IfModule

when I into my site (www.example.com/cake) I get this error;

Bad Request
Your browser sent a request that this server could not understand.

Client sent malformed Host header

and I use / (www.example.com/cake/) I get another error

Not Found
The requested URL was not found on this server.

but when I use index.php is work (www.example.com/cake/index.php/
articles ) is work *-)
I dont want use /index.php/articles/ I want use directly
www.example.com/cake/articles

my mod_rewrite engine is open.
What can I do solve this problem?
(sorry my english is very poor :( )

Thanks your helps.


--~--~-~--~~~---~--~~
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: my .htacces file

2007-03-16 Thread Ámon Tamás

Where is your app? In the cake/app?
(My english is poor too :)

tekcorap írta:
 Hi masters,
 
 I have one question. my cake directory is under my root directory
 ( e.g. www.example.com/cake). and  my .htaccess is
 
 IfModule mod_rewrite.c
RewriteEngine On
RewriteRule^$ app/webroot/[L]
RewriteRule(.*) app/webroot/$1 [L]
 /IfModule
 
 when I into my site (www.example.com/cake) I get this error;
 
 Bad Request
 Your browser sent a request that this server could not understand.
 
 Client sent malformed Host header
 
 and I use / (www.example.com/cake/) I get another error
 
 Not Found
 The requested URL was not found on this server.
 
 but when I use index.php is work (www.example.com/cake/index.php/
 articles ) is work *-)
 I dont want use /index.php/articles/ I want use directly
 www.example.com/cake/articles
 
 my mod_rewrite engine is open.
 What can I do solve this problem?
 (sorry my english is very poor :( )
 
 Thanks your helps.
 
 
  
 


-- 
Ámon Tamás
http://linkfelho.amon.hu


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---