Re: Wordpress in Cake.

2012-12-06 Thread Serkan Sipahi
erkan Sipahi wrote: > > thnx ;) > > Von: LipeDjow > An: cake-php@googlegroups.com > Gesendet: 12:04 Donnerstag, 6.Dezember 2012 > Betreff: Re: Wordpress in Cake. > > +1 for Tarique solution. > > Em quarta-feira, 5 de dezembro de 2012 08h51min07s UTC-2, Dr. Tarique

Re: Wordpress in Cake.

2012-12-06 Thread Alok Mishra
ps.com > *Gesendet:* 12:04 Donnerstag, 6.Dezember 2012 > *Betreff:* Re: Wordpress in Cake. > > +1 for Tarique solution. > > Em quarta-feira, 5 de dezembro de 2012 08h51min07s UTC-2, Dr. Tarique Sani > escreveu: > > You can use whatever you want from anywhere - as long as you i

Re: Wordpress in Cake.

2012-12-06 Thread Serkan Sipahi
thnx ;) Von: LipeDjow An: cake-php@googlegroups.com Gesendet: 12:04 Donnerstag, 6.Dezember 2012 Betreff: Re: Wordpress in Cake. +1 for Tarique solution. Em quarta-feira, 5 de dezembro de 2012 08h51min07s UTC-2, Dr. Tarique Sani escreveu: You can use

Re: Wordpress in Cake.

2012-12-06 Thread LipeDjow
+1 for Tarique solution. Em quarta-feira, 5 de dezembro de 2012 08h51min07s UTC-2, Dr. Tarique Sani escreveu: > > You can use whatever you want from anywhere - as long as you include the > correct files > > It is possible to install in webroot but I personally do not like messing > up app/webro

Re: Wordpress in Cake.

2012-12-05 Thread Serkan Sipahi
perhaps as plugin possible? Von: Dr. Tarique Sani An: cake-php@googlegroups.com Gesendet: 11:51 Mittwoch, 5.Dezember 2012 Betreff: Re: Wordpress in Cake. You can use whatever you want from anywhere - as long as you include the correct files It is

Re: Wordpress in Cake.

2012-12-05 Thread Dr. Tarique Sani
You can use whatever you want from anywhere - as long as you include the correct files It is possible to install in webroot but I personally do not like messing up app/webroot/ with other programs Tarique On Wed, Dec 5, 2012 at 4:17 PM, Serkan Sipahi wrote: > i want to use cake utilities in wor

Re: Wordpress in Cake.

2012-12-05 Thread Serkan Sipahi
com Gesendet: 11:38 Mittwoch, 5.Dezember 2012 Betreff: Re: Wordpress in Cake. Place /blog parallel to /app if you have that kind of setup (most common) In .htaccess add  RewriteRule (blog/.*) $1 [L]  Tarique On Wed, Dec 5, 2012 at 3:25 PM, Serkan Sipahi wrote: Hi all, > >what is

Re: Wordpress in Cake.

2012-12-05 Thread Dr. Tarique Sani
Place /blog parallel to /app if you have that kind of setup (most common) In .htaccess add RewriteRule (blog/.*) $1 [L] Tarique On Wed, Dec 5, 2012 at 3:25 PM, Serkan Sipahi wrote: > Hi all, > > what is the best solution to integrate Wordpress in CakePHP? > > -- ===

Re: Wordpress in Cake.

2012-12-05 Thread Alok Mishra
Thanks for suggestion nice tips On Wed, Dec 5, 2012 at 3:25 PM, Serkan Sipahi wrote: > Hi all, > > what is the best solution to integrate Wordpress in CakePHP? > > My wish: > > http://somedomain.com < cakephp > http://somedomain.com/blog/ < wordpress > > someone say me: create /blog folde

Wordpress in Cake.

2012-12-05 Thread Serkan Sipahi
Hi all, what is the best solution to integrate Wordpress in CakePHP? My wish: http://somedomain.com < cakephp http://somedomain.com/blog/ < wordpress someone say me: create /blog folder in app/webroot/ and put wordpress in that folder. Is that ok? Best Regards Serkan -- Like Us on