Thanks a lot, it was a configuration issue.

I did just below configuration
<Directory /var/www>
    Options Indexes FollowSymLinks
    AllowOverride None
    Require all granted
</Directory>

to

<Directory /var/www/html>
    Options Indexes FollowSymLinks
    AllowOverride all
    Require all granted
</Directory>


Thanks :)
Bayezid

On Fri, Oct 24, 2014 at 3:28 PM, Stephen S <[email protected]> wrote:

> Definitely seems like a htaccess / mod_rewrite issue. You can probably
> access the CSS by typing
> http://localhost/bookmarkrs/app/webroot/css/cake.generic.css when really
> it should be http://localhost/bookmarkrs/css/cake.generic.css
>
> http://book.cakephp.org/2.0/en/installation/url-rewriting.html
>
> On 24 October 2014 10:11, Radharadhya Dasa <[email protected]> wrote:
>
>> Your localhost/bookmarkrs page does not shown properly, it seems css is
>> missing. It is strange, because the logo image is loaded. I would guess you
>> have some folder / file permission error. If you followed the example
>> there, than it should work. You could try to check apache and cakephp error
>> log, maybe they will say something useful
>>
>> --
>> Like Us on FaceBook https://www.facebook.com/CakePHP
>> Find us on Twitter http://twitter.com/CakePHP
>>
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "CakePHP" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> To post to this group, send email to [email protected].
>> Visit this group at http://groups.google.com/group/cake-php.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Kind Regards
>  Stephen Speakman
>
> --
> Like Us on FaceBook https://www.facebook.com/CakePHP
> Find us on Twitter http://twitter.com/CakePHP
>
> ---
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/cake-php.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

Reply via email to