Page 1 of 1

Trying to run vhost on apache and xampp

PostPosted: 26. July 2019 06:26
by jaryszek
Hi Guys,

i am new here and generally i am tryng to run virtualhost on xampp.

What i did is:
1. Went to file httpd-vhosts.conf in C:\xampp\apache\conf\extra and added:
<VirtualHost *:80>
DocumentRoot "c:/xampp/htdocs/dookolapracy"
ServerName dookolapracy.local
<Directory "c:/xampp/htdocs/dookolapracy">
</Directory>
</VirtualHost>
2. Went to C:\Windows\System32\drivers\etc\hosts and added line:
127.0.0.1 dookolapracy.local
3. Went to phpMyAdmin and changed wp-options:
Image

And my website is not available. Why? How can i do this properly?
Please help,
Jacek

Re: Trying to run vhost on apache and xampp

PostPosted: 26. July 2019 10:13
by Nobbie
What does it mean "my website is not available"? We need an exactly explanation WHAT you enter into your browser, WHAT happens and WHICH error message (full text please) appears.

Anyway, the WordPress part cannot be solved here, if you have any problem with WordPress, please ask in a WordPress forum, we cannot support WordPress here.