I'm trying to get a development install up and running on a shared
server (No mod_rewrite or access to the httpd.conf file), but am having
problems with:

define ('BASE_URL', env('SCRIPT_NAME'));

This line in the core.php file, which usually allows me to run a
development install when there is no mod_rewrite, seems to be pointing
to the wrong place.

The first page opens up fine:

http://www.hughesac.com/cake

...but the links point to the totally wrong folder:

http://www.hughesac.com/cgi-php/phpwrapper/controllername/actionname

What's more, when I manually type in the "Pretty URL" of the action I
want to test (i.e.
http://www.hughesac.com/cake/index.php/products/glossary ), it pops a
"No Input File Specified" error.

Any ideas on what's wrong and/or how I can get it up and running?


--~--~---------~--~----~------------~-------~--~----~
 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to