Cakephp w/ Wildcard SSL
Bakers,
I know this is probably easy but could not find any clear direction on searches through materials:
- We are migrating cake apps to a wildcard SSL environment on a hosted VPS environment.
- Hosting company requires that any subdomains using wildcard SSL be in a folder below public_html (e.g. public_html/cakeapp1 = cakeapp1.example.com, public_html/cakeapp2 = cakeapp2.example.com). So using cPanel we pointed cakeapp1.example.com @ folder public_html/cakeapp1, and cakeapp2.example.com @ public_html/cakeapp2
- Prior Cake generated links were standard Cake: "https://cakeapp1.com/posts/view", and since many are published we want them to stay the same
- When we attempted migration the cake-generated links inserted the folder before the controller: https://example.com/cakeapp1/posts/view, and the graphic URL's in the CSS stopped working.
- We played alittle in Routes.php and w/ .htaccess without success.
Any direction is greatly appreciated! Thanks in advance!!
Thanks!
George
--
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com.
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home