[CubeCart] HTTP 404 after moving to new server

Magic SEO URLs for CubeCart.
KSD
Posts: 7
Joined: Wed May 21, 2014 6:52 pm

[CubeCart] HTTP 404 after moving to new server

Postby KSD » Tue Nov 25, 2014 2:45 am

After moving to a new server, all links from shop frontpage does not work.

We have done everything what is in the documentation, htaccess seems to be ok, fancy_data is filled up.

Mode rewrite is on.

What next?

Tom

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [CubeCart] HTTP 404 after moving to new server

Postby inveo » Tue Nov 25, 2014 8:50 am

Please make sure:

  1. RewriteBase line in the .htaccess file contains a correct path.
  2. you kept using the same language mode (single/multi)
  3. AllowOverride All is set in Apache config:

    Code: Select all

    <VirtualHost *>
    ...
      <Directory "/path/to/your/web">
        AllowOverride All
    ...
      </Directory>