PDA

View Full Version : Staging website does not load all pages



Stefan Kaufmann
October 21, 2019, 04:20 PM
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:

// system URLs
define('RL_URL_HOME', 'http://subdomain.domain.com/');

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.

Stefan Kaufmann
October 21, 2019, 04:21 PM
Fixed it by turing of Apache Rewrite Module in the Admin Panel of the Staging Website.

Rudi
October 22, 2019, 04:43 AM
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