Hey, dank je wel for your reaction. You've already helped me more than
you know, even though I'm still stuck with this problem..
I did edit the constants, it took a second try after 5 minutes to see
that 'app' was also different, but I got it then and now I also have
an idea of what these stand for.
For good measure I'll give my variables here:
define('ROOT', dirname(dirname(__FILE__)) . DS . "website_files");
define('APP_DIR', 'app');
//dont edit or the world will end section (didn't edit)
define('CAKE_CORE_INCLUDE_PATH', ROOT);
define('WEBROOT_DIR', basename(dirname(__FILE__)));
Oh, I was also wondering what the 'basename' did there for webroot_dir
anyway, isn't it doing exactely the same as dirname at that point??
Also worth noticing: I edited the root and app_dir at one time as the
complete path (/home/site.ext/htdocs/website_files) but that didn't
help.
I have at this point removed the comments in core.php which makes it
go 'hey, I don't need mod_rew after all', cause I had to show the site
to the customer. But that also included hardcoding the links to the
css and js (it's a small project)... Which is obviously a bad thing. I
think the fact that these links were wrong is a clue, but I'm still in
the dark what I should do differently...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---