Hi there.

I would be really grateful if anyone could shed some light on my
situation.
I have just installed cake.
As advised by my ISP i have changed all the 3 .htaccess files as
follows:

/app/webroot/.htaccess:

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$
http://www.hostingnewmedia.com/app/webroot/index.php?url=$1 [QSA,L]
</IfModule>


/app/.htaccess
and /.htaccess :

<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteRule (.*)    http://www.hostingnewmedia.com/app/webroot/$1 [L]
</IfModule>

My ISP also said that my domain has had to be hard coded into the new
rule to
prevent it from infinitely looping as it was previously doing.

I now have the welcome screen which is great but whilst doing the Blog
Tutorial
I find I am unable to add posts or add to the database at all. although
it will let me delet posts from it.

I have made sure the app/tmp folder is world writable (777) but still
havent had any luck.

I was keen to go for the 'production setup' (is this what i have?? i
dont know)

Would anyone know what else might be causing me problems.

Thanks in advance.

Tim


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to