> When I launch cake in the browser the page shows up, but it doesn't > look properly styled. > > My research suggests its an issue with the mod_rewrite... but I can't > seem to find out how to solve it.
Hi bdiddymc, See "Beware the Finder and dot files":http://tinyurl.com/5572wp. A very common error with the basic CakePHP setup on a Mac is moving files with Finder, which doesn’t take .htaccess or other hidden files by default. So you might be missing .htaccess files in your /webroot directory and in your /app directory. For some other common MAMP issues (MAMP default port, mysql.sock setting, creating a virtual host for your CakePHP test site), see "this thread":http://tinyurl.com/4balux. If you are still having issues, you can use the "CakePHP Paste Bin":http://bin.cakephp.org/ to post source code, like the HTML output at `/your_install/index.php`. It might be helpful to see what the CSS links look like, since you are mentioned that the view isn't styled correctly. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
