IT/System & Network
PHPIPAM 설치 관련
Hotman
2016. 7. 25. 14:07
phpipam 설치 시 .htaccess 파일 관련하여 제대로 접속이 안될 때가 있음
이 때 아래와 같이 처리
1.) Define Base
Make sure BASE directive is set for your installation. This is used to properly detect phpIPAM directory. It must be set in config.php and in .htaccess
Detected BASE: /phpipam/
2.) Enable mod_rewrite
Search for Directory directive in default apache config (or vhost config) and add/change it to
vi /etc/apache2/sites-enabled/000-default
Options FollowSymLinks
AllowOverride all
Order allow,deny
Allow from all