Re: Problem with mod_rewrite

2007-01-10 Thread UpWorks
I believe you need to enable write permissions to your app/tmp folder. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe

Re: IIS Revisited

2007-01-10 Thread UpWorks
nate wrote: > What you want, that is. Not what you're doing. This: define('ROOT', dirname(__FILE__)); EQUALS : d:websites\PlaceOnServer\ Which then makes my links look like this www.mysite.com/PlaceOnServer/cake/index.php/user/ how can I define $base without the /PlaceOnServer/ in the pat

Re: IIS Revisited

2007-01-10 Thread UpWorks
Excuse the bump. I have the cake install in a subdirectory of a site. e.g. mysite.com/subdir /app /cake /vendors In my IIS cake install I am not using ISIAPI_REWRITE and have defined IIS and unremed the script_name line in the core.php. My question is this; what do I need to edit in order to h

Re: Beginners Only Tutorial that was on the WIKI

2007-01-10 Thread UpWorks
I am in the process of writing a definitive tutorial for IIS w/ISAPI ReWrite and with out used on version 1.1.12.4205+. I will submit to bakery when Complete. To Cake People: myself and several others have volunteered time to assit in moving Wiki from backups into Bakery. Maybe using a formal in

Re: IIS Revisited

2007-01-09 Thread UpWorks
So it all works except on form actions i am getting action="/hard directory on server/mysite/index?/users/register/ what controls this path in a form action, is it in form.php? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go

IIS Revisited

2007-01-08 Thread UpWorks
I am writing a IIS install guide for CakePHP Nate - I'm mad that you whacked all the tutorials LOL Question #1 - If a user will be utilizing ISAPI_REWRITE on the server where his Cake framework is to be installed; does he need to UN REM this line in core.php define('BASE_URL',env('SCRIPT_NAME'

IIS Tutorial is missing from Wiki

2007-01-03 Thread UpWorks
Does anybody have a working ISAPI_REWRITE httpd.ini file for IIS I can peek at? This link no longer resolves: http://wiki.cakephp.org/tutorials:cake_under_iis Thank you --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro