Hey,
so now my first PW site is ready to go to the production server, but something's not working.
I have set up a new database, dumped my local database and imported it.
I then copied all files to the production server, changed the db settings in the config file, made site/assets writable and emptied site/cache.
The .htaccess file is in the root folder.
The site is running, but:
I have a
$session->redirect($page->children->first()->url);
in the home template, which is not working (displays a 404 error).
And, even worse, I can't login to the admin page. I assume that this is somehow connected to a session error... but I can't figure out where to look.
I did a fresh install of PW on the same machine and all was good, so it must be an issue related to the transfer.
Any hints are welcome... thanks.