+ Reply to Thread
Results 1 to 3 of 3

Thread: Localhost Undefined Page Error 404 on Frontpages

  1. #1

    Localhost Undefined Page Error 404 on Frontpages

    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.

  2. #2
    Hello Samuel,

    Please remove: ':8080' from config.inc.php file
    Also if you want I can help you to solve the problem. Please write me in PM.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Quote Originally Posted by Viktor View Post
    Hello Samuel,

    Please remove: ':8080' from config.inc.php file
    Also if you want I can help you to solve the problem. Please write me in PM.
    If I remove the :8080 the script doesnt load any style/design. Please help. Sent you a message.

+ Reply to Thread