Installed version 4.7 on my localhost. WampServer, php 7. The admin backend works all good, but the frontend does not render content. Clicking on any link results to Undefined Page Error 404.

<VirtualHost *:8080>
DocumentRoot "C:\wamp64\www\flynax"
ServerName xxx.com
ServerAlias xxx.com
<Directory "C:\wamp64\www\flynax">
AllowOverride all
Require all granted
</Directory>
</VirtualHost>

127.0.0.1 : xxx.com

config.inc.php
define('RL_URL_HOME', 'http://xxx.com:8080/');

Anyone who could help me figure the issue? Thanks.