:-(,

really stupid mistake from my side.

Yes, making it Alias instead of ScriptAlias worked.  problem with copy paste
attitude. I spent around 4 to 5 hours trying to figure out the solution.

While trying to fix the issue, i copied the contents from PEAR sf folder to
web/sf folder, even then it didnt work because of the ScriptAlias.

Thanks for saving lot of time.

-Harinath


On Sun, Feb 22, 2009 at 12:11 PM, Ant Cunningham <
[email protected]> wrote:

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


-- 
Regards...
Harinath
http://harinath.in

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