introduction screenshots faq forum blog modules components download
Please use the search function and/or read the FAQ first.

Go to Topic: PreviousNext
Go to: Message ListNew TopicSearchLog InPrint View

Problem with phpmyadmin



Posted by: adirbiton
March 08, 2009 04:57PM
When I clicks on phpmyadmin (ctrl +y) This page appears..

"
Object not found!

The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

If you think this is a server error, please contact the webmaster.
Error 404
127.0.0.1
03/08/09 17:53:23
Apache/2.2.11 (Win32) PHP/5.2.8

"

Phpmyadmin address is
" [127.0.0.1] "
Instead
[127.0.0.1]

Why?
How can I fix it?


Sorry about my English..
TY
Options: ReplyQuote
Posted by: st017
March 28, 2009 08:25PM
The problem is in the http.conf file.
Where it says

#
# Alias: Maps web paths into filesystem paths and is used to
# access content that does not live under the DocumentRoot.
# Example:
# Alias /webpath /full/filesystem/path
Alias /images_easyphp "${path}/home/images_easyphp"
Alias /home/mysql "${path}/phpmyadmin"
Alias /home/sqlite "${path}/sqlitemanager"
Alias /home "${path}/home"

Add add some lines to make it like this

#
# Alias: Maps web paths into filesystem paths and is used to
# access content that does not live under the DocumentRoot.
# Example:
# Alias /webpath /full/filesystem/path
Alias /images_easyphp "${path}/home/images_easyphp"
Alias /mysql "${path}/phpmyadmin"
Alias /sqlite "${path}/sqlitemanager"
Alias /home/mysql "${path}/phpmyadmin"
Alias /home/sqlite "${path}/sqlitemanager"
Alias /home "${path}/home"

it will then work from the icon on the task bar and from the admin page
Options: ReplyQuote


Go to: Message ListSearchLog In
Your Name: 
Your Email: 
Subject: 
Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.