i got a problem wiht path for userfileupload for fckeditor in cakePHP
i used in config.php of fckeditor as
$Config = '/tours/app/webroot/files/images' ;
for my localhost with xampp
but it is not working for uploading the files with fckeditor
it says '/tours/app/webroot/index.php/images' cannot be created.
i think its a problem with the .htaccess of the cake at webroot
any help will be appreciated ..
thanks