Тема: не могу войти в phpMyAdmin.
не могу войти в phpMyAdmin.....когда пишу localhost/phpMyAdmin/ в браузере то появляеться это.. http://dump.ru/file/3021062 ---->> тут скрин
как это исправить?
Вы не вошли. Пожалуйста, войдите или зарегистрируйтесь.
Форум PHP-MyAdmin.RU → Установка phpMyAdmin → не могу войти в phpMyAdmin.
Страницы 1
Чтобы отправить ответ, вы должны войти или зарегистрироваться
не могу войти в phpMyAdmin.....когда пишу localhost/phpMyAdmin/ в браузере то появляеться это.. http://dump.ru/file/3021062 ---->> тут скрин
как это исправить?
NimDae
Проверьте наличие в конфигурационном файле Apache (httpd.conf) строки:
AddType application/x-httpd-php .php
<IfModule alias_module>
# Alias /pma "C:/apache/localhost/www/phpmyadmin"
# Redirect: Allows you to tell clients about documents that used to
# exist in your server's namespace, but do not anymore. The client
# will make a new request for the document at its new location.
# Example:
# Redirect permanent /foo http://localhost/bar
#
# 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
#
# If you include a trailing / on /webpath then the server will
# require it to be present in the URL. You will also likely
# need to provide a <Directory> section to allow access to
# the filesystem path.
#
# ScriptAlias: This controls which directories contain server scripts.
# ScriptAliases are essentially the same as Aliases, except that
# documents in the target directory are treated as applications and
# run by the server when requested rather than as documents sent to the
# client. The same rules about trailing "/" apply to ScriptAlias
# directives as to Alias.
#
ScriptAlias /cgi-bin/ "C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin/"
AddType application/x-httpd-php .php
</IfModule>
Страницы 1
Чтобы отправить ответ, вы должны войти или зарегистрироваться
Форум PHP-MyAdmin.RU → Установка phpMyAdmin → не могу войти в phpMyAdmin.
Форум работает на PunBB, при поддержке Informer Technologies, Inc
Currently installed 7 official extensions. Copyright © 2003–2009 PunBB.