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>
<Directory /var/www/html>
Options Indexes FollowSymLinks
AllowOverride all
Require all granted
</Directory>
On Fri, Oct 24, 2014 at 3:28 PM, Stephen S <hellospeakman@gmail.com> 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--On 24 October 2014 10:11, Radharadhya Dasa <rrd@1108.cc> 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 cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.
Kind RegardsStephen 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 cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
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 cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment