Installation on Apache
Tutorial installasi pada web server Apache dengan paket XAMPP

<VirtualHost *:7010> DocumentRoot "C:/xampp/htdocs/saba_framework" ServerName localhost:7010 <Directory "C:/xampp/htdocs/saba_framework"> DirectoryIndex index.html AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost>

Last updated