my layout:
1AND1
app
config
controllers
models
tmp
views
.htaccess
index.php
cake
config
docs
lib
dsc037527123 - www.swinggym.com
bensite
ekenben
task - webroot
css
files
img
js
.htaccess
index.php
other_folder
other_folder
index.php in the webroot --
define('ROOT', dirname(dirname(dirname(__FILE__)).DS));
define('APP_DIR', 'app');
define('CAKE_CORE_INCLUDE_PATH', ROOT);
I currently have to have my url as
http://www.swinggym.com/task/index.php/users/
With this setup my css and images are not picked up.
As I understand you have to have 3 htaccess files, where should I place
my 3rd one?
In which files should I make changes, for this setup to work?
I do not have access to the httpd file as the site is hosted by 1AND1,
but I am under the assumtion that mod_rewrite is on. I would really
like to get my 1st cake site up and running on a life server...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---