Hi, I have already tried in different ways and many times to migrate but I always have issues at the end.
Here's what I have done so far:
case 1:
1. Install PW on live server (all normal)
2. Import local DB into live DB
3. Front page site seems to work but I cannot login into admin page
case 2 (I'm currently on this stage):
1. Copied all files from local to live server
2. Import local DB into live empty DB
3. Front page works, but any other page and admin page are 404
In both cases:
- I have changed config.php info accordingly to live server (DB name, DB user and pwd, userauthsalt code)
- Uncommented RewriteBase / and RewriteBase /pw/ lines on .htaccess
- applied owner and group permissions to www-data for PW location
- applied permissions to folders and files accordingly
- applied a2enmod rewrite to apache2 on live server and restarted service
I have read some posts (Ryan's too) about migration and it seems to me that I'm doing it fine, don't know what it fails-
I'm on VMWare machine, Ubuntu Server 18.04, php 7.2, phpMyAdmin 5.0.1
Hope you can help me, thanks in advance