Archive for category: symfony


Routing does not work with suexec

21 August, 2008 (15:51) | symfony | By: philipp

Under apache, mod_rewrite and suexec the routing in symfony <1.2 possibly does not work correctly, if $_SERVER['SCRIPT_NAME'] exists, but doesn’t hold the correct script name. This results in a false (or not working) routing and additionally in false generated links (when using some link-helpers like link_to() or url_for()) and is a known bug.