WAMPserver 3 - permissions problems
Posted by: donatell0 (213.205.198.---)
Date: September 25, 2017 07:18PM

Hi,
I'm a newbie and having trouble with permissions on WAMPserver 3.1.0.
On the first attempt, localhost is available, but subsequently gets "Access Denied."
Also, there's no access to phpMyAdmin or my virtual host (same error).


WAMPServer was installed as an Administrator.
There's no spurious php.ini or my.ini files.
Both Skype and IIS have been disabled.

WAMP icon=green
path to the installation of WampServer='C:\wamp'
Event Viewer shows no errors for 'Apache Service' or 'MySQL'.

It should be straight forward, I expect there's something really obvious I've missed.
Any help in finding the error would be most appreciated smiling smiley
Thanks in advance!
>>>>>>>>>>>>>>>>>>

Windows 10 Home 64bit 1703
WAMPserver 3.1.0 32bit
Apache Version 2.4.27
PHP Version 7.1.9
MariaDB Version 10.2.8
Notepad++ 7.5.1

AV=McAfee Livesafe 16.0.3
Firewall=Windows Defender

hosts
>>>>>>>>>>>>>>>>>>>
127.0.0.1 localhost
127.0.0.1 mediawiki-1.29.1

::1 localhost
::1 mediawiki-1.29.1
<<<<<<<<<<<<<<<<<<<<
# Virtual Hosts
#
<VirtualHost *:80>
DocumentRoot "c:/wamp/www"
ServerName localhost
ServerAlias localhost
<Directory "c:/wamp/www">
AllowOverride All
Require local
</Directory>
</VirtualHost>
<VirtualHost *:80>
DocumentRoot "c:/mediawiki-1.29.1"
ServerName mediawiki-1.29.1
<Directory "c:/mediawiki-1.29.1">
AllowOverride All
Require local
</Directory>
</VirtualHost>

Options: ReplyQuote
Re: WAMPserver 3 - permissions problems
Posted by: donatell0 (213.205.198.---)
Date: September 26, 2017 12:23PM

Solved!

I decided to focus on fixing the access to phpmyadmin first.
Error>>>>
encountered while trying to retrieve the URL: [localhost] Access Denied.
<<<<

I corrected the php.ini file - see PHP 7.1.9: Fault Correction at:
[forum.wampserver.com]

I also corrected the syntax error in the file named "config.inc.php"
located in C:\wamp\apps\phpmyadmin as suggested here:
[forum.wampserver.com]

Finally, I had to disable my network proxy settings:
Settings>Proxy>Auto Detect - from ON to OFF
Then, disable & re-enable Ethernet connection.

HTH

Options: ReplyQuote


Sorry, only registered users may post in this forum.