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
[email protected] For more options, visit this group at
http://groups.google.com/group/cake-php