Page 1 of 1

[solved] SEF URL's don't work after server migration

Posted: Fri Oct 26, 2012 8:13 pm
by sdavis
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?

Re: SEF URL's don't work after server migration

Posted: Sun Oct 28, 2012 5:13 pm
by Dr.CSS
No, not really...

Re: SEF URL's don't work after server migration

Posted: Mon Oct 29, 2012 4:07 pm
by sdavis
Got it. For some reason, the .htaccess file didn't get included in the .tar file.