Jump to content

Change domain


Recommended Posts

Now I've looked and looked for it but I can not find it.

 

And if I find it is it that you have to change anything PS_SHOP_NAME I just do not understand what I need to change here.

 

Right now I have the domain: CoolCovers.dk

 

I would have to be CoolCovers.dk / shop when you walk into it and it is also almost.

 

If you write CoolCovers.dk and enter the site, it automatically goes into CoolCovers.dk / prestashop and comes with an error. But my side with my whole shop is located on CoolCovers.dk / shop

 

How do I do that it makes there right away when looking at the page?

 

Preferably a VERY detailed guide, and not only that I must change PS_SHOP_NAME like, because I do not understand how and to what.

Link to comment
Share on other sites

I started from scratch today because i wanted to make it work but i dont.

When i moved the new Prestashop files to my server i renamed the prestashop folder to "shop".

 

And now om done with the installation. When i type: coolcovers.dk in my browser it automaticly goes to coolcovers.dk/prestashop

 

I will have it to go to /shop..

 

My settings in that config file is this:

 

 

define('__PS_BASE_URI__', '/shop/');

define('_MEDIA_SERVER_1_', '');

define('_MEDIA_SERVER_2_', '');

define('_MEDIA_SERVER_3_', '');

define('_PS_CACHING_SYSTEM_', 'MCached');

define('_PS_CACHE_ENABLED_', '1');

define('_THEME_NAME_', 'prestashop');

define('_DB_NAME_', 'Pronavi_shop');

define('_MYSQL_ENGINE_', 'InnoDB');

define('_DB_SERVER_', 'xxxxx.surftown.dk');

define('_DB_USER_', 'Pronavi_Alex');

define('_DB_PREFIX_', 'ps_');

define('_DB_PASSWD_', 'xxxxxxxxx');

Link to comment
Share on other sites

I started from scratch today because i wanted to make it work but i dont.

When i moved the new Prestashop files to my server i renamed the prestashop folder to "shop".

 

And now om done with the installation. When i type: coolcovers.dk in my browser it automaticly goes to coolcovers.dk/prestashop

 

I will have it to go to /shop..

 

My settings in that config file is this:

 

 

define('__PS_BASE_URI__', '/shop/');

define('_MEDIA_SERVER_1_', '');

define('_MEDIA_SERVER_2_', '');

define('_MEDIA_SERVER_3_', '');

define('_PS_CACHING_SYSTEM_', 'MCached');

define('_PS_CACHE_ENABLED_', '1');

define('_THEME_NAME_', 'prestashop');

define('_DB_NAME_', 'Pronavi_shop');

define('_MYSQL_ENGINE_', 'InnoDB');

define('_DB_SERVER_', 'xxxxx.surftown.dk');

define('_DB_USER_', 'Pronavi_Alex');

define('_DB_PREFIX_', 'ps_');

define('_DB_PASSWD_', 'xxxxxxxxx');

 

Please go through the entire guide I listed above. It's not just for moving from one domain to another; it includes all the necessary steps even for what you're looking to do. If you follow that entire guide step by step, that should resolve this for you.

 

-Mike

Link to comment
Share on other sites

I did all things.

 

My settings at the SEO & URLS is also correct i will say.

 

You can see my screen dumb..

 

EDIT: I to the index file in the front files at my FTP server and changed index file from:

 

 

<?php

header("Location: /prestashop");

 

to

 

 

<?php

header("Location: /shop");

Edited by Pronavilla (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...