Current Page: 1 of 1
Results 1 - 6 of 6
7 years ago
retherenn
I have tried this method before starting wampserver ipconfig /flushdns net stop dnscache net start dnscache But it still is not working... And yes, I am running it as administrator...
Forum: WampServer English
7 years ago
retherenn
By not working I mean that I can't access my page, I get either 404 error (page is not found) or this site can't be reached message. I have been trying to access my page by entering in the URL.
Forum: WampServer English
7 years ago
retherenn
I have changed my httpd-vhosts file and now it looks like this <VirtualHost *:80> DocumentRoot "C:/wamp/www/retherenn/" ServerName retherenn ServerAlias retherenn <Directory "C:/wamp/www/retherenn/"> AllowOverride All Require all granted </Directory> </VirtualHost> I have already done port forward and
Forum: WampServer English
7 years ago
retherenn
I have read it. And I have changed everything according to that guide. Except for ';WAMPPROJECTSUBMENU' because there's no such line in my wampmanager.tpl folder. So now my httpd-vhosts file looks like this <VirtualHost *:80> DocumentRoot "C:/wamp/www/retherenn/" ServerName retherenn ServerAlias retherenn <Directory "C:/wamp/www/retherenn/"&g
Forum: WampServer English
7 years ago
retherenn
To be more precise I have added this code to httpd-vhosts.conf folder <VirtualHost retherenn> DocumentRoot "C:/wamp/www/retherenn/" ServerName retherenn ServerAlias retherenn <Directory "C:/wamp/www/retherenn/"> Order allow,deny Allow from all </Directory> </VirtualHost> But this didn't work. Then I chan
Forum: WampServer English
7 years ago
retherenn
Hello. Is there a way to change your wamp server URL to something different than "localhostORTNUMBER" I have tried a tutorial here but it doesn't work. I did everything correctly. But when I try to access my URL it doesn't work. So is there any other way to change my URL? Or maybe it's just impossible to do? Thank you for your answers. P.S. I am using Wamp Serve
Forum: WampServer English
Current Page: 1 of 1