Hi Maria

Thanks for getting back to me. Sounds like good advice.
I would love to set up my own test server. I am using WindowsXP an am
looking into installing apache etc. However, for now, I've been assured
my ISP has all the right extensions to make this work.
I'm ok with the design just not so great at the developing..yet!
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 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.

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