You have some options, first try and read up on the tutorials on the wiki.
http://trac.symfony-project.org/wiki/Deploying1.0ToASharedHost http://trac.symfony-project.org/wiki/InstallingSymfonyOnSharedHostNoSsh You could also use a controller with no_script_name = off. This way every request would go through controller.php, and you wouldn't need mod_rewrite. On Nov 7, 4:29 pm, Dennis <[EMAIL PROTECTED]> wrote: > So I built a real simple backend symfony app that has one table and > all I'm doing are simple CRUD actions. Works like a charm in > development but when I post it to NetworkSolutions it fails with 503 > error. > > NetSol says that they have a global setting which prevents symfony > from using its friendly URLs and that I need to have a question mark > "?" after the php script. > > Absolutely crazy and I let them know that. They agreed but said "it is > what it is". > > Anyone know of a fix for a workaround to downgrade symfony to not use > friendly URLS????? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
