Hi.

You can look for "installing symfony on shared hosting" on Saint Google..
There is a chapter that describes how to solve that issue on this page
http://www.symfony-project.org/book/1_0/03-running-symfony

In resume, if you don't have access to httpd.conf at all, you have to create
a index.php on the root directory that includes your app/web/index.php file.

Anyway, working with web hosting servers that doesnt allow you to access not
even an Apache "Alias" directive is worthless.

Regards. [?]

2011/3/12 corneliusparkin <[email protected]>

> 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
>

-- 
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

<<1E3.gif>>

Reply via email to