Thanks for quick replies. But the following is the content of my vhost file:
# Be sure to only have this line once in your configuration   Â
# This is the configuration for cmstest   Â
ServerName localhost   Â
DocumentRoot "/var/www/asandbox/web" Â Â Â Â
DirectoryIndex index.php   Â
 <Directory "/var/www/asandbox/web">     Â
AllowOverride All     Â
Allow from All
RewriteEngine on    Â
</Directory> Â Â Â Â Â
 Alias /sf "/var/www/asandbox/lib/vendor/symfony/data/web/sf"   Â
 <Directory "/var/www/asandbox/lib/vendor/symfony/data/web/sf">     Â
AllowOverride All     Â
Allow from All    Â
</Directory> Â Â Â
</VirtualHost>
Currently I lost the css also for the web/index page and still unable to use the login or other links. I am new to symfony and apostrophe. And need this working fast for my current project. I have gone through the tutorials. But any further help would be great to start off quickly with my new project.Â