Instalace je OK i Nastavení, ale nemohu se dost na web localhost ani localhost/phpmyadmin
Ve Windows to mám v cestě
J:\XAMPP_Server\htdocs
Tam je potřeba v index.php nastavit adresář místo:
header('Location: '.$uri.'/dashboard/');
toto:
header('Location: '.$uri.'/wordpress nebo kam chces/');
Where should I place my web content?
The main directory for all WWW documents is \xampp\htdocs. If you put a file "test.html" in this directory, you can access it with the URI "http://localhost/test.html".