Hello bakers, I am moving an application from my testing server to a production server and mod_rewrite seemed to be acting funny (wasn't finding the CSS file, looking for files in the wrong place), so I switched to using the cake pretty URLs. This solved the CSS problem, but for instance, when logging into the app, I get a 404 because the path that is create appends the file location that it should be looking for to the top level folder plus the index.php file like so:
/top_level_directory/index.php/controller/action) I have edited the ROOT definition properly in both the top_level index document and the webroot index document with the full path to the app directory. I did remove the .htaccess files from the proper directories as well when activating cake's pretty urls. My app is in a subdirectory of the domain. I am not quite sure where to look next, does any one recognize how cake might be outputing my paths like the above? Thanks, theperk --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
