Re: cakephp v 1.3.14

2014-06-05 Thread passeios21
I have an app in version 1.2. Is it better or easier to upgrade to v1.3.14 or should I go with v2.5 directly? On Friday, May 16, 2014 9:06:42 AM UTC-4, k2014 wrote: dear, i need to know the vulnerabilities and security problems of the v 1.3.14 and if you can recommend me a better

Re: Configure Cake's .htaccess to use other site with it's own .htaccess

2014-06-05 Thread passeios21
All the extra directives in the /extra/ .htaccess file may be too much. All I have is: RewriteEngine on RewriteBase /app/ RewriteRule ^$ webroot/ [L] RewriteRule (.*) webroot/$1 [L] On Tuesday, May 27, 2014 2:11:16 PM UTC-4, Tomas Gonzalez Mendivelzúa wrote: Hi, I'm trying to run a site