1.buka file httpd.conf di C:\AppServe\Apache2.2\conf
2. Pilih Open With Notepad or DLL
3. stelah terbuka cari tulisan
LoadModule vhost_alias_module modules/mod_vhost_alias.so
dan
Include conf/extra/httpd-vhosts.conf
4. hilangkan tanda # pagar di depan tulisan
LoadModule vhost_alias_module modules/mod_vhost_alias.so
dan
Include conf/extra/httpd-vhosts.conf
dan save file tsb
Buka file file httpd-xampp.conf kemudian ganti sesuai tulisan yang di cetak tebal
<Directory "C:/xampp/phpMyAdmin">Alias /phpmyadmin "C:/xampp/phpMyAdmin/"
AllowOverride AuthConfig
Require local
Require all granted
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</Directory>
Alias /webalizer "C:/xampp/webalizer/"
<Directory "C:/xampp/webalizer">
<IfModule php5_module>
<Files "webalizer.php">
php_admin_flag safe_mode off
</Files>
</IfModule>
AllowOverride AuthConfig
Require local
Require all granted
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</Directory>
</IfModule>
# Close XAMPP sites here
<LocationMatch "^/(?i:(?:xampp|licenses|phpmyadmin|webalizer|server-status|server-info))">
Order deny,allow
allow from all
Require all granted
Allow from ::1 127.0.0.0/8
Allow from 192.168.2.0/26 #//*ini network jaringan yang akan di share*//
ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>
kemudian save dan restart apache...
katakunci xaamp share lokal, cara share xampp ke komputer lain, cara share phpmyadmin
2. Pilih Open With Notepad or DLL
3. stelah terbuka cari tulisan
LoadModule vhost_alias_module modules/mod_vhost_alias.so
dan
Include conf/extra/httpd-vhosts.conf
4. hilangkan tanda # pagar di depan tulisan
LoadModule vhost_alias_module modules/mod_vhost_alias.so
dan
Include conf/extra/httpd-vhosts.conf
dan save file tsb
Buka file file httpd-xampp.conf kemudian ganti sesuai tulisan yang di cetak tebal
<Directory "C:/xampp/phpMyAdmin">Alias /phpmyadmin "C:/xampp/phpMyAdmin/"
AllowOverride AuthConfig
Require local
Require all granted
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</Directory>
Alias /webalizer "C:/xampp/webalizer/"
<Directory "C:/xampp/webalizer">
<IfModule php5_module>
<Files "webalizer.php">
php_admin_flag safe_mode off
</Files>
</IfModule>
AllowOverride AuthConfig
Require local
Require all granted
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</Directory>
</IfModule>
# Close XAMPP sites here
<LocationMatch "^/(?i:(?:xampp|licenses|phpmyadmin|webalizer|server-status|server-info))">
Order deny,allow
allow from all
Require all granted
Allow from ::1 127.0.0.0/8
Allow from 192.168.2.0/26 #//*ini network jaringan yang akan di share*//
ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>
kemudian save dan restart apache...
katakunci xaamp share lokal, cara share xampp ke komputer lain, cara share phpmyadmin