" f you don't want or can't get mod_rewrite (or some other compatible module) up and running on your server, you'll need to use Cake's built in pretty URLs. In /app/config/core.php, uncomment the line that looks like: Plain Text View <http://book.cakephp.org/view/333/A-Note-on-mod_rewrite#>
1. Configure::write('App.baseUrl', env('SCRIPT_NAME')); Also remove these .htaccess files: Plain Text View <http://book.cakephp.org/view/333/A-Note-on-mod_rewrite#> 1. /.htaccess 2. /app/.htaccess 3. /app/webroot/.htaccess 4. This will make your URLs look like www.example.com/index.php/controllername/actionname/param rather than www.example.com/controllername/actionname/param. " thanks it works. but how about .gitignore ? On Sat, Jul 17, 2010 at 10:34 PM, cricket <zijn.digi...@gmail.com> wrote: > > On Sat, Jul 17, 2010 at 4:47 AM, fadhli - <e.fad...@gmail.com> wrote: > > Hi! > > Yahoo web hosting doesn't support .HTACCESS file .gitignore. What is the > > solution for it on yahoo web hosting? > > Change hosts. Or see this page: > http://book.cakephp.org/view/333/A-Note-on-mod_rewrite > > Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. > > You received this message because you are subscribed to the Google Groups "CakePHP" group. > To post to this group, send email to cake-php@googlegroups.com > To unsubscribe from this group, send email to > cake-php+unsubscr...@googlegroups.com<cake-php%2bunsubscr...@googlegroups.com>For > more options, visit this group at http://groups.google.com/group/cake-php?hl=en Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en