Pages: PreviousFirst...678910...LastNext
Current Page: 8 of 291
Results 211 - 240 of 8721
3 years ago
RiggsFolly
When you have this 10.20.0.248 - - [26/Aug/2020:23:45:52 -0400] "GET /ss HTTP/1.1" 403 284 in the access/error log then I would say you have got past the Firewall
Forum: WampServer English
3 years ago
RiggsFolly
Can I ask for you to show how the DNS has been setup please.
Forum: WampServer English
3 years ago
RiggsFolly
Hi, They are part of the normal startup of WAMPServer. They do have a use! The fact that they take 30 to 60 seconds is a symptom of a slow PC that they are running on and not WAMPServer itself. So NO, you cannot stop them from appearing
Forum: WampServer English
3 years ago
RiggsFolly
So show us your Virtual Host codfig in httpd-vhosts.conf and also in httpd-ssl.conf
Forum: WampServer English
3 years ago
RiggsFolly
Hmmm, Its not obvious is it I assume that all the other machines are also on the 10.20.0 subnet? You might try changing to "Require all granted" just while you try and access from one of the other PC's if that works possibly thy are not all on the same subnet
Forum: WampServer English
3 years ago
RiggsFolly
Hi, You have IIS the Windows WebServer running. You can either disable it, or uninstall it, either way is fine. I suggest a quick Google on `uninstall IIS on windows 10`
Forum: WampServer English
3 years ago
RiggsFolly
QuoteAccording to them, the Your projects section doesn't even make sense WHO IS THEM? NEVER PUT YOUR TRUST IN THEM !!
Forum: WampServer English
3 years ago
RiggsFolly
And if you are talking about writing an API that yo ucan access from your phone. This site is not the place to ask about that.
Forum: WampServer English
3 years ago
RiggsFolly
If you look at the browsers debugger (F12) Loading failed for the <script> with source “”. register:61:1 Loading failed for the <script> with source “”. register:61:1 Loading failed for the <script> with source “”. register:61:1 Loading failed for the <script> with source “”. register:61:1 Loading failed for the <script> with source “”. You will see that t
Forum: WampServer English
3 years ago
RiggsFolly
Nothing, I just got in to the site Its got the `You do not have permissions to view the page you are trying to access` on a buttet point at the top of the page again
Forum: WampServer English
3 years ago
RiggsFolly
OK, so remember, that just changes a line in the php.ini file. So if doing something like that screws things up, just manually edit the php.ini file an replace the comment on whatever you did. Then try restarting.
Forum: WampServer English
3 years ago
RiggsFolly
Did you read My How to Configure WAMPServer to use HTTPS SSL? Or did you read Oto's as suggested in the previous post? Perpetual Re-Installation is also not normally necessary
Forum: WampServer English
3 years ago
RiggsFolly
Hi, You have to remember that not everything is done for you. WAMPServer is delivered as a learning tool, not a perfectly configured solution for all of 1,000,000 possibly use cases. If you had read through the httpd-ssl.conf file, even though a lot of it may have not made sense initially, that the idea with a learning tool, you see something you dont understand and then YOU DO SOME RESEA
Forum: WampServer English
3 years ago
RiggsFolly
Start with the `httpd-ssl.conf` and the `httpd-vhosts.conf`
Forum: WampServer English
3 years ago
RiggsFolly
When I go to your site I now get a directed to a login page. There are obvious errors, but none of them specific to WAMPServer. The page thet I see when I enter connections.dyndns-home.com The message saying you do not have access is an application message. That is the reason you were, I mean I was, thrown into the login page. Of course the CSS is a real mess but that is probably du
Forum: WampServer English
3 years ago
RiggsFolly
Thats becase you have not port forwarded the port (probably 80) you are using to access your web server
Forum: WampServer English
3 years ago
RiggsFolly
I see that same page that you describe. That is caused by incorrect urls in code like <link> and <script> and <style> Looks like you have `localhost` hard coded into some of the resouce collection tags. Of course that works when you run the stuff on the machine with the resources on, because thats localhost. But when someone on another machine has a resource declared to b
Forum: WampServer English
3 years ago
RiggsFolly
Sorry deleted your other message in error. Please let us know what version of WAMPServer you are running now so we can advise on best upgrade path.
Forum: WampServer English
3 years ago
RiggsFolly
Hi, Good new (ish) I can see your Red Rubber Ball site. The styling seems broken, but I can definitely access the site
Forum: WampServer English
3 years ago
RiggsFolly
So is this working now?
Forum: WampServer English
3 years ago
RiggsFolly
Well I did ask for a full explanation didn't I Ok, which site is it that is causing you problems. I tried pinging all of them and they do not all go to the same IP Address, which I think is a little odd C:\Users\chris>ping -n 1 www.raob-grasmere.org.uk Ping request could not find host www.raob-grasmere.org.uk. Please check the name and try again. C:\Users\chris>ping -n 1 raob
Forum: WampServer English
3 years ago
RiggsFolly
Hi Try removing this line `ServerAlias www.connections.dyndns-home.com` If you ping `connections.dyndns-home.com` you get a reply, it exists If you ping `www.connections.dyndns-home.com` you will get a host does not exist message Also you will need to change `Require local` to `Require all granted` to allow access to this site from ip addresses other then the one running WAMPServer, BUT
Forum: WampServer English
3 years ago
RiggsFolly
Hi It seems quite likely that you have not read the Warnings on the installs. Have you installed the latest VC2015-2019 - VC16 Packages - 14.27.29016 ? Have you upgrades your WAMPManager to 3.2.3 ? Do both of these and then try again
Forum: WampServer English
3 years ago
RiggsFolly
QuoteI get the permissions fault when I try to access the Wampserver forum page via the system tray icon Thats because you have replaced the localhost Virtual Host, so localhost no longer exists. Add this back into your httpd-vhosts.conf file <VirtualHost *:80> ServerName localhost ServerAlias localhost DocumentRoot "${INSTALL_DIR}/www" <Directory "${
Forum: WampServer English
3 years ago
RiggsFolly
Again ... the domain name is `connections.dyndns-home.com` Domain names do not have `/something` in them ever. Assuming you have not attempted to mess with the default port 80 <VirtualHost *:80> ServerName connections.dyndns-home.com ServerAlias www.connections.dyndns-home.com DocumentRoot "${INSTALL_DIR}/www/redrubberball" <Directory "${INST
Forum: WampServer English
3 years ago
RiggsFolly
Hi dominion.dyndns-home.com does not exist when I ping it? Domains do not have a subfolder in their names If all you want to do is see your site from another device in your home/office network you dont need a DYNDNS domain anyway. Is that what you want to do? See the site running on on device in your network on another device on your network?
Forum: WampServer English
3 years ago
RiggsFolly
Hi, To connect from the internet via a DYNDNS, you need a Virtual Server setup in httpd-vhosts.conf that matches the domai name that you picked from DYNDNS. If you dont now how to set this up, show your httpd-vhosts.conf and tell us the DYNDNS domain name and I will suggest a VHOST setup
Forum: WampServer English
3 years ago
RiggsFolly
Ok, can we know the domain, and then see your VHOST definitions please.
Forum: WampServer English
3 years ago
RiggsFolly
Did you Port Forward your Router? By default, the normal operation of a router is to reject any incoming connection that dos not have a corresponding outgoing request for data from that IP. Its called the NAT Firewall
Forum: WampServer English
3 years ago
RiggsFolly
Words in short sentences meaning is not conveyed. If you want help then by all means ask. BUT WE ARE NOT CLAIRVOYANT!!!!! If you cannot be bothered to explain your problem well and in full, we are DEFINITELY not going to start a game of 20 Questions with you.
Forum: WampServer English
Pages: PreviousFirst...678910...LastNext
Current Page: 8 of 291