Re: the blog post problem

2009-03-13 Thread bilal
when i bypass the rewrite, it gives me the fancy cake layout but still the same result, i am going to try to install xampp now! On Mar 11, 9:58 am, Jon Bennett jmbenn...@gmail.com wrote: Hi bilal, You are right, all three files are different, the server had mod_rewrite off, i turned

Re: the blog post problem

2009-03-11 Thread bilal
Hi Jon, You are right, all three files are different, the server had mod_rewrite off, i turned it on and tried again but it didnt help. :( what else could we look at ... On Mar 11, 4:58 am, Jon Bennett jmbenn...@gmail.com wrote: Hi bilal,  all three htaccess files are there, but i still

Re: the blog post problem

2009-03-10 Thread bilal
Hi Jon, all three htaccess files are there, but i still have to type index.php to access, this is how my .htaccess files looks like IfModule mod_rewrite.c RewriteEngine on RewriteRule^$ app/webroot/[L] RewriteRule(.*) app/webroot/$1 [L] /IfModule thanks for helping out On

Re: the blog post problem

2009-03-09 Thread bilal
thanks for replying folks, i am posting my index, add and edit as well as the urls below i have looked through all, but still have got no clue . h1Blog posts/h1 p?php echo $html-link(Add Post, /posts/add); ? table tr thId/th thTitle/th

Re: the blog post problem

2009-03-09 Thread bilal
its WAMP server that i have installed on my notebook, the way i learned to deploy was to simply download cake and copy all files in to the www folder and i should able to see the default cake index, and indeed that worked .. so for example my views are in D:\wamp\www\app\views\posts

the blog post problem

2009-03-07 Thread bilal
indeed i am a noob with PHP Cake, thats why i am having such a silly problem, i have the latest stable release have followed the example and went over it several times to ensure that i am not missing out on something, i can get the index page, which looks like this CakePHP: the rapid