Current Page: 1 of 1
Results 1 - 6 of 6
4 years ago
pbhcpa
Root = default web site directory. That is what we ended up doing: css in compliance/css
Forum: WampServer English
4 years ago
pbhcpa
Please disregard, I finally found an article stating that you can't have .css outside the root. Thank you for your help.
Forum: WampServer English
4 years ago
pbhcpa
Here is the updated httpd-vhosts.conf file: # Virtual Hosts # <VirtualHost *:80> ServerName localhost DocumentRoot "${INSTALL_DIR}/www" </VirtualHost> <Directory "${INSTALL_DIR}/www/"> Options +Indexes +Includes +FollowSymLinks +MultiViews AllowOverride None Require local </Directory> # <VirtualHost *:80> Ser
Forum: WampServer English
4 years ago
pbhcpa
Thank you for your response. I misunderstood the wording on the localhost page "These are your folders in c:/wamp64/www. To use them as an http link, you must declare them as VirtualHost". We're not making a web link, just a filesystem link. I've removed that virtual host and the alias and we can link just fine to the other directories outside the root. If I change the order of the V
Forum: WampServer English
4 years ago
pbhcpa
We figured it out, using Alias.
Forum: WampServer English
4 years ago
pbhcpa
Hello! We're using WAMP to serve up a compliance website that we are working on. Basically the structure is this: \wamp64\www\compliance -index.php \wamp64\www\includes -compliance_style.css -compliance-sidebar.php -dbh.inc.php Inside the index.php, we call the compliance-sidebar.php, which does not load and the compliance_style.css file is not processed. Here is our http
Forum: WampServer English
Current Page: 1 of 1