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
[CubeCart] HTTP 404 after moving to new server
Re: [CubeCart] HTTP 404 after moving to new server
Please make sure:
- RewriteBase line in the .htaccess file contains a correct path.
- you kept using the same language mode (single/multi)
- AllowOverride All is set in Apache config:
Code: Select all
<VirtualHost *>
...
<Directory "/path/to/your/web">
AllowOverride All
...
</Directory>