The requested URL /phpmyadmin/ was not found on this server.
Posted by: tiredreally (---.27b.ronin.jyu.fi)
Date: February 26, 2012 08:14PM

Hi all

I am getting this error message "The requested URL /phpmyadmin/ was not found on this server." trying to

get to phpmyadmin...

please help!


Thanks!

Options: ReplyQuote
Re: The requested URL /phpmyadmin/ was not found on this server.
Posted by: tiredreally (---.27b.ronin.jyu.fi)
Date: February 26, 2012 09:16PM

Ok, so I found the solution to my problem
Just incase anyone has the same experience.

If you are running 64bit windows.

Install Wamp,
exit it
Run notepad as administrator
go to C:\wamp\alias\phpmyadmin.conf
edit this line of code

AllowOverride all
Order Allow,Deny
Allow from all
Allow from 127.0.0.1

and save

What you are doing here is granting permission or access to localhost connection.

To change password for MYSQL, see this video (NOT affiliated to me!)
[www.youtube.com]


IMPORTANT! Restart Wamp after making changes!

I hope this helps!

Options: ReplyQuote
Re: The requested URL /phpmyadmin/ was not found on this server.
Posted by: samsharen (175.139.153.---)
Date: March 23, 2012 08:41AM

Hi Bro,


I tried that, but it still not working. Do I need to re-start my notebook?

Do I need to do other configurations with Wampserver?



From

Sam







tiredreally Wrote:
-------------------------------------------------------
> Ok, so I found the solution to my problem
> Just incase anyone has the same experience.
>
> If you are running 64bit windows.
>
> Install Wamp,
> exit it
> Run notepad as administrator
> go to C:\wamp\alias\phpmyadmin.conf
> edit this line of code
>
> AllowOverride all
> Order Allow,Deny
> Allow from all
> Allow from 127.0.0.1
>
> and save
>
> What you are doing here is granting permission or
> access to localhost connection.
>
> To change password for MYSQL, see this video (NOT
> affiliated to me!)
> [www.youtube.com]
> =relmfu
>
>
> IMPORTANT! Restart Wamp after making changes!
>
> I hope this helps!

Options: ReplyQuote
Re: The requested URL /phpmyadmin/ was not found on this server.
Posted by: Davidius (213.190.141.---)
Date: December 05, 2012 01:12PM

Having the exact same issue and this was working previously. Any feedback on this would be greatly appreciated. Is there no IRC chatroom for WAMP?

Options: ReplyQuote
Re: The requested URL /phpmyadmin/ was not found on this server.
Posted by: RiggsFolly (---.as13285.net)
Date: December 05, 2012 04:11PM

Dear tiredreally,

If you do what you suggest you are opening phpMyAdmin ( i.e. your whole database ) to allow anybody in the universe to access it.

Also, 'Allow from all' followed by 'Allow from 127.0.0.1' is totally redundant as allow from all does exactly that allows access from anywhere.


You should be doing something like this

AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
Allow from 192.168.1.100

This says first deny access from anybody
Then only allow access from the ip address's mentioned in the Allow list, of which you can have as many as you like.
Here I want to be able to run phpMyAdmin from localhost and also one other PC on my internal network

Options: ReplyQuote
Re: wampserver et wordpress
Posted by: khokha (41.142.107.---)
Date: October 31, 2013 05:04PM

Bonjour

j'ai téléchargé le cms wordpress v3.7 et je veux savoir quelle version de wampserver convenable avec ma

site wordpress ???

Aide moi stp



Merci d'avance smiling smiley

Options: ReplyQuote
Re: The requested URL /phpmyadmin/ was not found on this server.
Posted by: RiggsFolly (---.ppp.as43234.net)
Date: October 31, 2013 05:19PM

Can you post this in the French forum please.

[forum.wampserver.com]

Options: ReplyQuote
Re: The requested URL /phpmyadmin/ was not found on this server.
Posted by: sara.ensate (41.142.125.---)
Date: May 17, 2014 10:39PM

hey everyone,
first of all i had as problem this error: forbidden access to phpadmin on the server and then i tried the solution posted here then i am getting the error "The requested URL /phpmyadmin/ was not found on this server." so can anybody help me?

Options: ReplyQuote
Re: The requested URL /phpmyadmin/ was not found on this server.
Posted by: RiggsFolly (---.as13285.net)
Date: May 27, 2014 02:30PM

Please start another thread giving all relevant info for your specific situation.

Include in your question the answers to these questions and anything else that may be relevant [forum.wampserver.com]

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: The requested URL /phpmyadmin/ was not found on this server.
Posted by: etechmart (---.orange.co.ke)
Date: February 23, 2015 12:34AM

I tried this and worked for me

go to C:\wamp\alias\phpmyadmin.conf and paste this after the comments

<Directory "c:/wamp/apps/phpmyadmin4.1.14/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
<IfDefine APACHE24>
Require all granted
</IfDefine>
<IfDefine !APACHE24>
Order Allow,Deny
Allow from all
Allow from localhost ::1 127.0.0.1
</IfDefine>
php_admin_value upload_max_filesize 128M
php_admin_value post_max_size 128M
php_admin_value max_execution_time 360
php_admin_value max_input_time 360
</Directory>

Options: ReplyQuote
Re: The requested URL /phpmyadmin/ was not found on this server.
Posted by: jeffbiss (---.try.wideopenwest.com)
Date: October 23, 2015 01:05AM

Hello,

I have just installed WAMP and have experienced the same failure to access phpmyadmin like all others in this thread. I have tried all the solutions presented in this thread with no success.

I had installed desktopserver and couldn't access any of the examples that it created. They were exactly where they were declared in teh config file, but couldn't be found. I deleted desktopserver to try WAMP.

That both failed, could the problem be something with Firefox?

I just launched Windows Administrative Events and notice that there are a lot of Errors, such as a Service Control Manager with an event ID of 7024 (The wampapache64 service terminated with service-specific error Incorrect function). I tried to access phpmyadmin but saw no event logged at the time that I tried (all are timestamped). So, is there something I should be watching in Event Viewer to help troubleshoot my WAMP failure?

There must be many others who have the same failure but haven't posted or found this thread.



Edited 2 time(s). Last edit at 10/23/2015 01:44AM by jeffbiss.

Options: ReplyQuote
Re: The requested URL /phpmyadmin/ was not found on this server.
Posted by: RiggsFolly (---.as43234.net)
Date: October 23, 2015 10:02AM

Here is the TroubleShooting post, work through it abd see if that helps you solve your problem [forum.wampserver.com]


If that does not help, can you answer all these questions please [forum.wampserver.com] and we will see what we can do.

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: The requested URL /phpmyadmin/ was not found on this server.
Posted by: jeffbiss (---.try.wideopenwest.com)
Date: October 23, 2015 04:00PM

ORiggsFolly, first, thanks for the help.

Second, it works after I turned on my system. I did nothing more than turn my computer on this morning. The WAMPmanager icon is happily green. So, my failure must have been due to some odd state that no longer exists.

I bookmarked the troubleshooting page for future reference. I suppose a good rule is to try a reboot first, just in case.

Options: ReplyQuote


Sorry, only registered users may post in this forum.