So I have deployed a WP that was local to a dev environment. I have done the following:
- Deployed files via FTP
- Imported DB via PHPMyAdmin
- Modified home and siteurl values in the _options table
So far, the landing page works fine, however as soon as I try to change page, it doesn't work.
It may be interesting to say that I have deployed onto a URL like http://dev.example.com/project-name/. I cannot put it at the root, this dev servers is used to present multiple projects.
I am not at ease with databases, deployments or htaccess things, so if you must explain with these things, please be gentle with me. Any help is appreciated.
