Hello,
I've set up a new Apache server on Linux and ported my CMSms setup as follows:
Tar'd the contents of the DocumentRoot directory
Dumped the cms database into a .sql file
Scp'd the tar and sql files to the new server
Untar'd the DocumentRoot
imported the .sql file
added the cms user using phpmyadmin
The main page comes up fine but SEF links no longer work. I've verified that mod_rewrite is enabled in Apache on the new server.
Any ideas?
[solved] SEF URL's don't work after server migration
Re: SEF URL's don't work after server migration
No, not really...
Re: SEF URL's don't work after server migration
Got it. For some reason, the .htaccess file didn't get included in the .tar file.