Stylesheet not being displayed in WAMP project
问题 I have been following this guide to setting up a WAMP project using Virtual Hosts. When I browse to "localhost/website", it loads my homepage but without the stylesheet or any images. Here is the file structure: wamp/www/website/index.php wamp/www/website/images/image.png wamp/www/website/styles/style.css httpd-vhosts.conf: <VirtualHost *:80> DocumentRoot "c:/wamp/www" ServerName localhost ServerAlias localhost <Directory "c:/wamp/www"> AllowOverride All Require local </Directory> <