.htaccessに以下を記述してルートに設置
# Various rewrite rules.
<IfModule mod_rewrite.c>
RewriteEngine on
# Modify the RewriteBase if you are using Drupal in a subdirectory and
# the rewrite rules are n…
# vi /etc/httpd/conf.d/phpmyadmin.conf ← phpMyAdmin用Apache設定ファイル作成
以下にアクセスを許可するIPアドレスを指定
order deny,allow
deny from all
allow from 127.0.0.1
allow from 192.168.3. ←ローカルIP全てを許可する
allow from 123.123.123.123 ←許可するグローバルIPアドレスを指定
allow from ::1
…
この投稿へのコメント
コメントはまだありません。