Re: wordpress integration without seperate url

2010-04-29 Thread meximex
no solutions On 23 Apr., 09:19, meximex meixne...@gmail.com wrote: hi, i would like to include wordpress into my cakephp application but i dont want it to be on a seperate url like /blog. reasons for that are that the users looses his session inside the site, looses the usermenu (i know

Re: wordpress integration without seperate url

2010-04-29 Thread Andrei Mita
What do you mean by dont want it to be on a seperate url like /blog? You don't want it to be domain.com/blog ? On Thu, Apr 29, 2010 at 4:35 PM, meximex meixne...@gmail.com wrote: no solutions On 23 Apr., 09:19, meximex meixne...@gmail.com wrote: hi, i would like to include wordpress

Re: wordpress integration without seperate url

2010-04-29 Thread Andy Dirnberger
I think mex is talking about dropping WordPress right into the webroot folder with the ultimate goal being to have http://www.example.com/users going to UsersController in Cake and http://www.examples.com/some-post/ going to WordPress. The problem is, .htaccess would have no easy way of knowing

wordpress integration without seperate url

2010-04-23 Thread meximex
hi, i would like to include wordpress into my cakephp application but i dont want it to be on a seperate url like /blog. reasons for that are that the users looses his session inside the site, looses the usermenu (i know i could do that by ajax..) isnt there a way to just include the blog files?