used by URL rewriting check
#url-rewriting-warning {
display: none;
}
https://github.com/cakephp/cakephp/blob/1.3/app/webroot/css/cake.generic.css#L538
On Jun 6, 4:03 pm, Ryan Olton <olt...@gmail.com> wrote:
> > Sounds like your config isn't checkable somehow by the new 'check for
> > url rewriting' validation - work out why and file a bug report :)
>
> It appears that in the default home.ctp page there is this block of
> code just hanging out without any conditional code in place to show or
> hide this text ... in other words, you see in to matter what:
>
> <div id="url-rewriting-warning" style="background-color:#e32;
> color:#fff; padding:3px; margin: 20px 0">
> <?php __('URL rewriting is not properly configured on your server.
> '); ?>
> <ol style="padding-left:20px">
> <li>
> <a target="_blank" href="http://book.cakephp.org/view/917/Apache-
> and-mod_rewrite-and-htaccess" style="color:#fff;">
> <?php __('Help me configure it')?>
> </a>
> </li>
> <li>
> <a target="_blank" href="http://book.cakephp.org/view/931/CakePHP-
> Core-Configuration-Variables" style="color:#fff;">
> <?php __('I don\'t / can\'t use URL rewriting')?>
> </a>
> </li>
> </ol>
> </div>
--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php
No comments:
Post a Comment