Не отображается текст: test в первом уроке, где может быть ошибка?
0
<VirtualHost kinomonster.com:8080>
DocumentRoot D:\XAMPP\htdocs\kinomonster
ServerName kinomonster.com
ServerAdmin [email protected]
<Directory "D:\XAMPP\htdocs\kinomonster">
Options Indexes FollowSymLinks
Allow from all
Require all granted
IndexIgnore /
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php
</Directory>