On Apr 3, 2011, at 15:26, Krissy Masters wrote: > I have a php script I made for regular website (non frameworked) that I would > access by www.site.com/svr_health.php which is just for my own development > work (storage size, load, just standard junk) > > But when I try to access it I get the pop up user / password as expected for > that file but after trying to access it it just sits there thinking…..no > error no redirect no 404 or anything just loading…….. > > I even stripped the file down to just the password and echo hello; and it > still sits there. Removed the password protect and still just sits there………….. > > Works fine on standard non-frameworked site, so wondering how can I access > this file in a cake site? The file is in app/webroot.
I would have thought that would be fine. Works for me with my test php file. Does the web server log say anything? -- 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 [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
