PDA

View Full Version : symfony mod rewrite



guyenbluehost000
07-15-2009, 03:27 AM
if anyone used symfony to write your app and post on blue host please help.

i can access my site pages with frontend_dev.php controller and index.php front controller,
(
like www.mysite.com/frontend_dev.php/module/action
or www.mysite.com/index.php/module/action
)

but not without these.
(like www.mysite.com/module/action <- does not work.) on my local server, i normally enable mod rewrite utility on my apache2 server (/etc/apache2/mods-enabled) but I have no idea how to the equivalent thing in blue host server. Thanks!