+ Reply to Thread
Results 1 to 3 of 3

Thread: Undefined page error

  1. #1

    Undefined page error

    Hi Viktor,
    Now am facing another problem, all the links are broken. When I click any of them, am getting:

    ERROR 404: Requested page not found
    Undefined Page
    We're sorry but the page you're looking for doesn't exist.
    You may have mis-typed something or the page was removed, please check the URL and try again.

    What could be causing this?

    Much appreciate your help

  2. #2
    Never mind, I have solved the issue.
    For those with similar issue, go to your .htaccess file and uncomment this line:

    #RewriteCond %{HTTP_HOST} \.{2,} [NC] # 1 is localhost usage, 2 is glabal usage

    to

    RewriteCond %{HTTP_HOST} \.{2,} [NC] # 1 is localhost usage, 2 is glabal usage

  3. #3
    Junior Member
    Join Date
    Jun 2016
    Location
    Egypt
    Posts
    24
    Hey Harrison,

    I uncommented the line as you mentioned and user interface is now working fine, this really solved the issue on my local host THANK YOU.

    But I still have a problem with the admin panel, after typing my username and password it does nothing and i cannot acces my admin panel, any suggestions?

+ Reply to Thread