News Feed
Jobs Feed
Sections




News Archive
Martin Sikora's Blog:
Symfony 1.4 on shared webhosting
June 27, 2011 @ 11:07:36

On his blog Martin Sikora shares a solution that many a Symfony developer out there might find handy for running their application in a shared hosting environment:

Some time ago (actually when I was making this blog) I posted on stackoveflow.com a question on how to configure Symfony to run on shared webservers where you can't change your website's document root. I solved it but forgot that I was asking and left it without any answer.

The main problem is that the DOCUMENT_ROOT for the hosting service can't be changed by the users of the shared host. To solve this he modified his routing rules (sfPatternRouting class) and changed his .htaccess file to rewrite things over from just "/page" to "/web/page" instead. A simple solution, but it might be evasive if you've never configured it before.

0 comments voice your opinion now!
symfony setup shared hosting web tutorial route htaccess


blog comments powered by Disqus

Similar Posts

ZendCasts.com: Unit Testing Action Helpers

NetTuts.com: How to Write Code That Embraces Change

PHP-Tools Blog: XML_Parser tutorial published

Brandon Savage's Blog: Scaling Up: Reducing Drag, Increasing Lift

DevShed: Performing Strict Validation with the Code Igniter PHP Framework


Community Events









Don't see your event here?
Let us know!


language release object introduction phpunit example interview opinion code development testing zendframework2 composer community tool unittest database framework api podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework