I wonder if that would make Wordpress smaller, or slightly larger than the current install if it used a PHP framework. I doubt they'd be comfortable switching to someone else's codebase, unfortunately. It would be interesting to see Wordpress move to a TDD architecture.
I have Wordpress in a subdirectory of the webroot folder for Cake. As for the original topic, there should be a setting in Wordpress' configuration (either in the database, if you're having issues accessing/saving items), or in the many configuration options of the Wordpress administration pages. Backup the database before making any changes just in case you end up setting the wrong config. Also, keep in mind that the app folder, in a production environment, really should be below the hosted application's web root (for security). David Golding has created a screencast showing just how to do this (Running Cake Outside Root): http://www.davidgolding.net/screencasts Regardless of security concerns, you probably just want to get things working, so look in Wordpress' configuration settings. On Feb 19, 10:33 am, mbavio <[email protected]> wrote: > Damn, by the title of the post, I thought that Matt was going to port > Wordpress to use CakePHP. What a huge spread of the framework would be > that! :P > > On Feb 19, 12:07 pm, Henrik Bjørnskov <[email protected]> wrote: > > > Why dont you host it on a subdomain on the same server ? > > > On Feb 19, 2:26 pm, Eber Freitas Dias <[email protected]> wrote: > > > > I had this problem and I fixed it by pointting my server to the webrrot > > > folder instead of the app folder. > > > > On Thu, Feb 19, 2009 at 4:09 AM, Chris M <[email protected]> wrote: > > > > I'm by NO MEANS an expert in this area, but it sounds like your router > > > > is > > > > working properly but the WP install is looking at the absolute path to > > > > the > > > > WP install. Hopefully, there is a WP config to control this setting and > > > > that will fix it for you. > > > > > Remember, I'm a newbie to Cake and to WP. I'm not telling you the > > > > definitive answer, only my 'gut feel' and what I would look for. > > > > > HIH ... > > > > > ------------------------------ > > > > *From:* kaushik <[email protected]> > > > > *To:* CakePHP <[email protected]> > > > > *Sent:* Thursday, 19 February, 2009 5:28:53 PM > > > > *Subject:* Re: Wordpress is CakePHP > > > > > I have installed Wordpress in "app\webroot\wordpress". it is working > > > > properly when I am firing URL: "www.mysite.com/wordpress". But all the > > > > link are showing in wordpress section like "www.mysite.com/app/webroot/ > > > > wordpress/?cat=1", although I am working with "www.mysite.com/ > > > > wordpress". even if I open "www.mysite.com/wordpress/wp-login.php", it > > > > is redirected me to "www.mysite.com/wordpress/app/webroot/wordpress/wp- > > > > admin/" after login. > > > > > What is fix for this problem so that it always use "www.mysite.com/wp- > > > > admin/..." and "www.mysite.com/wordpress"? > > > > > On Feb 19, 11:05 am, Andras Kende <[email protected]> wrote: > > > > > You could put the wordpress directory inside the webroot folder > > > > > > domain.com/wordpress > > > > > > On Feb 19, 2009, at 12:26 AM, kaushik wrote: > > > > > > > I have developed a site in cake. Now the client to integrate > > > > > > Wordpress > > > > > > blog in this site. Is it possible to install Wordpress in any sub > > > > > > directory and operate it from there. > > > > > > Andras Kendehttp://kende.com > > > > ------------------------------ > > > > Make Yahoo!7 your homepage and win a trip to the Quiksilver Pro. Find > > > > out > > > > more<http://au.rd.yahoo.com/homepage/mailtagline/*http://au.docs.yahoo.com...> > > > > . > > > > -- > > > Éber Freitas Dias > > > >www.acoruja.comwww.tu-dus.comwww.eberfdias.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
