ScriptAlias /sf/ /home/harinath/apps/ocms/web/sf

Shouldnt you be using Alias as opposed to ScriptAlias?

Also why are you bothering with the Alias if you already have an sf 
folder in your web directory?


Alias /sf $PEAR/data/symfony/web/sf

Where $PEAR is the path to the PEAR php_dir... something like 
/usr/share/php, /opt/local/lib/php, or /usr/local/lib/php, etc..


Harinath Mallepally wrote:
> Hi,
> 
> I have a very basic question, while running creating a symfony admin
> module generation, i found that default styles are not applied. here my
> apache configuration. i have attached a screenshot of my module without
> any css, javascript applied.
> 
> symfony version is 1.2.4, installed using pear. should i be installing
> any additional plugins?
> 
> 
> <VirtualHost *:80>
>       ServerAdmin webmas...@localhost
>       ServerName ocms.localhost
>       DirectoryIndex index.php
>       DocumentRoot /home/harinath/apps/ocms/web
>       <Directory />
>               Options FollowSymLinks
>               AllowOverride None
>       </Directory>
>       <Directory /home/harinath/apps/ocms/web>
>               Options Indexes FollowSymLinks MultiViews
>               AllowOverride None
>               Order allow,deny
>               allow from all
>       </Directory>
> 
>       ScriptAlias /sf/ /home/harinath/apps/ocms/web/sf
>        
>       
>       ErrorLog /var/log/apache2/ocms_error.log
>       LogLevel warn
>       CustomLog /var/log/apache2/ocms_access.log combined
> 
> </VirtualHost>
> 
> > 
> 
> 
> ------------------------------------------------------------------------
> 


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