Marcel, we have customer applications running on 1und1 managed servers (used to be Schlund).
Do you have more details regarding what the actual problem is? Are you sure that mod_rewrite is enabled correctly? What the rewrite for the routing does is remove the "index.php" portion from the URL. This is achieved by appending the requested resource as a query string portion, not as path info (since that doesn't work in all environments and SAPIs). I have run into situations where rewrites on an Apache 2.2 installation on Windows did not work properly in .htaccess; moving the instructions to the virtual host configuration worked fine. Didn't have enough time to look into the issue back then. Maybe this is related. So... any further info would be much appreciated so we can hunt this one down. Greetings and thanks, David Am 25.06.2008 um 14:30 schrieb Marcel Koch: > Hi everbody, > > has someone ever got problems deploying agavi on an 1und1 webspace? > I got the issue that the routing feature is not working. On my > computer I use a xampp installation and the routing works fine. > > I guess the problem is caused by missing env vars. Is there a way > to call actions with a paramater in the query string? > > Thanks and greets > Marcel > _______________________________________________ > users mailing list > [email protected] > http://lists.agavi.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
