I have made a VirtualHost on WAMP server for my Symfony 3 project. Symfonys 3 homepage is loading well but when im going on some other route in my case on doc/login my page is loaded but without the css the page won't load the css. file, and the js. files and css. files for my other page after i login in. Can anyone help me?
httpd-vhosts.conf
<VirtualHost *:80>
ServerName doc
DocumentRoot "C:/Users/Tereza/my_project/web/app_dev.php"
<Directory "C:/Users/Tereza/my_project/web">
Options Indexes FollowSymLinks MultiViews Includes ExecCGI
AllowOverride All
Order Allow,Deny
Allow from all
Require all granted
</Directory>
</VirtualHost>
hosts file
127.0.0.1 doc
Here is what am i getting when i go to doc/login route:
