Hi

I hope someone can help me. I started a symfony project on windows7
and want to roll it out to a shared linux machine. I do not have
access to httpd.conf so have to find alternate ways to make it works.

I have configured the .htaccess file under public_html to look as
follows:

Options +FollowSymLinks +ExecCGI

<IfModule mod_rewrite.c>
    RewriteEngine On
    DirectoryIndex web/index.php
</IfModule>

This is necesary because else the directory structure is displayed. I
have also created a symlink to the /home/wwwhowgr/public_html/lib/
vendor/symfony/data/web/sf/ folder. Now, I just get a blank page but I
confirmed that the web/index.php file is being accessed.

What am I missing? Thanks in advance...

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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

Reply via email to