LINUX.ORG.RU
решено ФорумAdmin

Не могу зайти в phpMyAdmin

 


0

1

Поставил apache, поставил magento(сделал это RewriteEngine on ), поставил phpMyAdmin, и не могу зайти по 127.0.0.1/phpmyadmin - попадаю на магенто. Оно то и логично, RewriteEngine on на себя все берет. Вопрос в том как заставить это работать?

xubuntu 14.04 64bit

★★★

Последнее исправление: abs (всего исправлений: 1)

Ответ на: комментарий от Harald

работай из консольного клиента, веб морды не нужны

О, я и не знал об этом, спасибо. Но хотелось бы веб морду таки)

abs ★★★
() автор топика

Слинкуй phpmyadmin куда-нибудь ну же. Желательно каталог назвать рэндомно, а не phpmyadmin только хотя бы для начала.

anonymous_sama ★★★★★
()
Ответ на: комментарий от invokercd

виртхосты пропиши, или у тебя алиасы?

Плохо в этом разбираюсь. Делал так /etc/apache2/sites-available/000-default.conf

<VirtualHost *:80>
	# The ServerName directive sets the request scheme, hostname and port that
	# the server uses to identify itself. This is used when creating
	# redirection URLs. In the context of virtual hosts, the ServerName
	# specifies what hostname must appear in the request's Host: header to
	# match this virtual host. For the default virtual host (this file) this
	# value is not decisive as it is used as a last resort host regardless.
	# However, you must set it for any further virtual host explicitly.
	#ServerName www.example.com

	ServerAdmin webmaster@localhost
	DocumentRoot /home/k/JOB/MAGENTO/fmbay.com/public_html/

	<Directory /home/k/JOB/MAGENTO/fmbay.com/public_html>
		Options Indexes FollowSymLinks MultiViews   
		AllowOverride All
		Order allow,deny
		allow from all 
	</Directory>

	# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
	# error, crit, alert, emerg.
	# It is also possible to configure the loglevel for particular
	# modules, e.g.
	#LogLevel info ssl:warn

	ErrorLog ${APACHE_LOG_DIR}/error.log
	CustomLog ${APACHE_LOG_DIR}/access.log combined

	# For most configuration files from conf-available/, which are
	# enabled or disabled at a global level, it is possible to
	# include a line for only one particular virtual host. For example the
	# following line enables the CGI configuration for this host only
	# after it has been globally disabled with "a2disconf".
	#Include conf-available/serve-cgi-bin.conf
</VirtualHost>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
abs ★★★
() автор топика
# vim /etc/apache2/apache2.conf 
Include /etc/phpmyadmin/apache.conf
# vim /etc/phpmyadmin/apache.conf
Alias /phpmyadmin /usr/share/phpmyadmin
<Directory /usr/share/phpmyadmin>
настройки каталога тут
</Directory>
Amet13 ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.