The default .htaccess works fine for https site

What re ou trying to do ?

Andras Kende
http://www.kende.com

On Jan 23, 2011, at 3:22 PM, heh wrote:

> Hi,
> Noob user here.
> Can anyone guide me to an example of .htaccess setting for htts site?
> this is the default that cake have provided
> 
>  RewriteRule    ^$ app/webroot/    [L]
>   RewriteRule    (.*) app/webroot/$1 [L]
> 
> search some site and tgis group and find this recomendation
> 
> 
>  RewriteCond %{SERVER_PORT} !^80$
>   RewriteRule    ^$ https://localhost/sticker/app/webroot/    [L]
>   RewriteRule    (.*) https://localhost/sticker/app/webroot/$1 [L]
> 
> but the rewrite seems not working.
> 
> Thanks
> 
> -- 
> 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 with their CakePHP related questions.
> 
> 
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
> http://groups.google.com/group/cake-php

-- 
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 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to