+ Reply to Thread
Results 1 to 3 of 3

Thread: Staging website does not load all pages

  1. #1

    Staging website does not load all pages

    Hi, I*have started to setup a staging website so that I*can test new implementations before going live. The staging site is in a subdomain.
    The frontpage of this staging website can be accessed without problems, and it seems database and files were correctly copied.



    I*modified config.inc.php and replaced the existing domain with the subdomain:
    Code:
    Only registered members can view the code.
    and here pointed to the correct file folder:
    define('RL_ROOT', '/xxx/123456/hosting/5678/6543/subdomain' . RL_DS . RL_DIR);

    Also adjusted credentials for database and password...-> Frontpage correctly shows

    But e.g. clicking adding a new listing button oder other links on the frontpage produces a 404 error.

  2. #2
    Fixed it by turing of Apache Rewrite Module in the Admin Panel of the Staging Website.

  3. #3
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Quote Originally Posted by Stefan Kaufmann View Post
    Fixed it by turing of Apache Rewrite Module in the Admin Panel of the Staging Website.
    We don't recommend disabling "Apache rewrite module" as some links and features will not work properly

    you should also enable "rewrite module" on your server

    if you still have problems with some pages you'd better create a ticket

+ Reply to Thread