Current Page: 1 of 1
Results 1 - 11 of 11
7 years ago
songboy
I have changed the target browser to Chrome and everything works off the virtualhost ie all the animations are working. It appears that the browser I had originally was IE 11. Maybe this was the problem - not sure. All the best - Alan
Forum: WampServer English
7 years ago
songboy
I am using Windows 10 Edge. I will try the others tomorrow. At least you've proved that it works within WAMP - that is helpful. Thanks for your help. Alan
Forum: WampServer English
7 years ago
songboy
Actually, I have realised that colours, sizes etc are being rendered. The CSS which isn't working is anything to do with animation (unless you add localhost to the url). Thanks Alan
Forum: WampServer English
7 years ago
songboy
This is one of my test pages for a CSS animation style: <!doctype html> <html> <head> <meta charset="utf-8"> <title>These Are Our Words</title> <style> @import url(https://fonts.googleapis.com/css?family=Open+Sans:800); #wrapper { position: relative; overflow: hidden; background: blue; } .scroller { position: absolu
Forum: WampServer English
7 years ago
songboy
This is what I have: # localhost name resolution is handled within DNS itself. # 127.0.0.1 localhost # ::1 localhost 127.0.0.1 localhost 127.0.0.1 localroot4 ::1 localhost ::1 localroot4 The problem is that when I have localroot4/file name in the address bar, the CSS parts of the code don't operate. If I have localhost/l
Forum: WampServer English
7 years ago
songboy
This is the code: # # Virtual Hosts # <VirtualHost *:80> ServerName localhost DocumentRoot c:/wamp64/www <Directory "c:/wamp64/www"> Options +Indexes +FollowSymLinks +MultiViews AllowOverride All Require local </Directory> </VirtualHost> <VirtualHost *:80> ServerName localroot4 DocumentRoot c:/wamp64/www/localroot4 <Di
Forum: WampServer English
7 years ago
songboy
I have activated the latest version of Wampserver and I have followed all the rules to create virtual hosts. Unfortunately, when I choose a virtual host and then choose the page to be viewed from the list, I find the CSS code is not operating. However, if I add localhost to the url in front of the virtual host name, everything works as it should. If I once again remove localhost from the url the
Forum: WampServer English
8 years ago
songboy
I've now got it all working. Oddly, the only thing I changed was this: ;WAMPPROJECTSUBMENU ;WAMPVHOSTSUBMENU to ;WAMPPROJECTSUBMENU ;WAMPVHOSTSUBMENU Even that didn't work at first but when I turned on the computer today, the new submenu appeared. Sorted!
Forum: WampServer English
8 years ago
songboy
Hello again - I must apologise. I had changed httpd.conf (build) file. I have now altered the httpd (conf) file. My project files are now links to the actual files within the folders. However, the WAMPVHOSTSUBMENU parameter is still not showing. I did a trial, by trying to remove the WAMPPROJECTSUBMENU to see if anything was happening but it was still showing in the manager dropdown.
Forum: WampServer English
8 years ago
songboy
Hi Otomatic - I have very carefully followed the Virtual Host set up advice. Annoyingly, it has not worked. Here's what has and has not happened. 1. The WAMPHOSTSUBMENU does not show underneath My Projects (I have created the virtuals as instructed), 2. Previously, when you clicked on a project name on the index page, the localhost opener did not appear in the address bar and this result
Forum: WampServer English
8 years ago
songboy
This issue has been referred to before but, having read other posts I am no clearer or closer to solving my issue. Simply, when I click localhost on the WAMP dropdown I go straight to the index page on localhost. This is the same for phpmyadmin. This is what you'd expect. If I click on my projects from the dropdown and choose one, a 404 happens. If I go into the index and attempt to get one of m
Forum: WampServer English
Current Page: 1 of 1