skip to Main Content

How to setup Virtual Host on XAMPP? – Apache

I'm using xampp v7.2.29. But I can't setup a Virtual Host(vHost). Here is my code: apacheconfextrahttpd-vhosts.conf <VirtualHost *:80> ServerName localhost DocumentRoot "E:xampphtdocs" <Directory "E:xampphtdocs"> Require all granted </Directory> </VirtualHost> <VirtualHost *:80> ServerName local.demoapp.com DocumentRoot "E:xampphtdocsDemoApp" <Directory "E:xampphtdocsDemoApp"> Require all granted…

VIEW QUESTION

Apache Web Server Stopped

I recently installed Xampp on Fedora 31, Everything is okay, except... Apache web server is not working, when I push "start all", it activates Mysql, and ProFTPD, but Apache Web server appears "Stopped". I've have tried to change port from…

VIEW QUESTION

Not enough privilege to view users in phpmyadmin

I can't see users in phpmyadmin on windows server 2012. It gives the error: Not enough privilege to view users. Warning in .librariesclassesDbiDbiMysqli.php#213 mysqli_query(): (HY000/1194): Table 'user' is marked as crashed and should be repaired How can I resolve this…

VIEW QUESTION
Back To Top
Search