I have the following in virtual hosts

<VirtualHost *:80>
    ServerAlias cake2.localhost
    DocumentRoot "D:/Apache2.2.4/vhosts/cake2/html"

    ServerAdmin [EMAIL PROTECTED]
    DirectoryIndex index.php index.html

    ErrorLog logs/error.log
    CustomLog logs/access.log combined

    <directory "D:/Apache2.2.4/vhosts/cake2/html">
        AllowOverride All
        Options -MultiViews +SymLinksIfOwnerMatch
        Order allow,deny
        Allow from all
    </directory>

    php_value include_path
".;d:\php-5.2.5\includes;D:\Apache2.2.4\cakephp\cakesvn"
</VirtualHost>

all is working fine

hth - S

On 24/04/2008, Quitos <[EMAIL PROTECTED]> wrote:
>
>
> Hi everyone, again requesting your help in CakePHP topic in its
> version 1.5, you will see, I'm changing a site and configured in cake
> and I'm moving to another server but I have problems with the current
> configuration my folders are as follows:
>
> Cake Librery:
>       C:/cake
>
> Php Librery:
>       C:/php
>
> Pear  Librery:
>       C:/php/pear
>       C:/php/includes
>
> Apache Server:
>      C:/Archivos de programa/Apache Group/Apache2/htdocs/misitio/
> misitio/
>
>
> The error:
>      Warning: require(config/core.php) [function.require]: failed to
> open stream: No such file or directory in
>      C:/cake/cake/bootstrap.php on line 34
>
>      Fatal error: require() [function.require]: Failed opening
> required 'config/core.php' (include_path='C:/cake;C:/Archivos de
> programa/Apache Group/Apache2/htdocs/misitio/misitioApp/;.;C:/php/
> pear;c:/php/includes') in C:/cake/cake/bootstrap.php on line 34
>
> Files that I midified:
>      misitio/index.php
>      misitio/cron_dispatcher.php
>
> With:
>      define('ROOT', "C:".DS."Archivos de programa".DS."Apache
> Group".DS."Apache2".DS."htdocs".DS."misitio".DS."vistas");
>
>      define('APP_DIR', "misitioApp");
>
>      define('CAKE_CORE_INCLUDE_PATH', "C:".DS."cake");
>
> And the Apache Server File
>      httpd.conf
>
> With:
>      LoadModule rewrite_module modules/mod_rewrite.so
>      DocumentRoot "C:/Archivos de programa/Apache Group/Apache2/
> htdocs"
>      <Directory "C:/Archivos de programa/Apache Group/Apache2/
> htdocs">
>
> There is something that i'm worng but waht is it?
>
>
>
> I nedd my Virtual host, in the apache httpd.conf???
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to