Change Site Address

How do I get the beta site I created on the subdomain to the name of the main domain?

site is here

www.xxxx.com/betasite

I want you to be here.

www.xxxx.com

where do I need to change

How do I get the beta site I created on the subdomain to the name of the main domain?

site is here

www.xxxx.com/betasite

I want you to be here.

www.xxxx.com

where do I need to change

1. move all files from the subfolder 'betasite' to the root: '/'

2. edit the lines 67-72 in your 'config.local.php' file like this:

// Host and directory where software is installed on no-secure server
$config['http_host'] = 'www.xxxx.com';
$config['http_path'] = '';
// Host and directory where software is installed on secure server
$config['https_host'] = 'www.xxxx.com';
$config['https_path'] = '';

Or if you want to preserve your current root site:

1) Move (or copy) your betasite directory to a folder at the same level as your public_html (Ie.. public_html2).

2) Move public_html to old_site

3) Move public_html2 to public_html

4) Have hosting set/verify ownerships/permissions of this directory if needed

5) Change the config.local.php as described above in #2

Note on #4. Most hostings use suPHP as the PHP method within Apache. If so, then the document root (public_html) needs to be owned by your cpanel user and have group 'nobody' and the permissions should be 750. But this varies by hosting. Check with them BEFORE you make any changes.

Do not forget to change store-front URLs on the Administration -> Stores page

1. move all files from the subfolder 'betasite' to the root: '/'

2. edit the lines 67-72 in your 'config.local.php' file like this:

// Host and directory where software is installed on no-secure server
$config['http_host'] = 'www.xxxx.com';
$config['http_path'] = '';
// Host and directory where software is installed on secure server
$config['https_host'] = 'www.xxxx.com';
$config['https_path'] = '';

xxx.com/admin.php

ERR_TOO_MANY_REDIRECTS:

Am I getting an error?

xxx.com/admin.php

ERR_TOO_MANY_REDIRECTS:

Am I getting an error?

Yes, it is an error. It seems that the settings in 'config.local.php', '.htaccess' file or in your CS-Cart administrator site settings are wrong. It's hard to say what it is without to check your configuration settings.

Yes, it is an error. It seems that the settings in 'config.local.php', '.htaccess' file or in your CS-Cart administrator site settings are wrong. It's hard to say what it is without to check your configuration settings.

seems to be working. I guess I need to wait a bit.

but does not see SSL in the pay section?

https://www.beyaznevresim.com/en/checkout/

I have ssl but do not see cs-cart?

https://www.beyaznevresim.com/en/checkout/

I have ssl but do not see cs-cart?

What do you mean with "not see cs-cart"? The ssl seems to work properly.

What do you mean with "not see cs-cart"? The ssl seems to work properly.

on my site:

Is not the ssl icon green?

mQcUWy.jpg

must be:

hpthT7.jpg

on my site:

Is not the ssl icon green?

mQcUWy.jpg

must be:

hpthT7.jpg

Here it seems to be ok

[attachment=12731:Clipboard01.jpg]

Clipboard01.jpg

Your SSL certificate has nothing to do with CS-cart. Suggest you contact your hosting to resolve any issues if you can't figure it out from clicking the lock-symbol and reviewing the certificate. Note that it could be a difference between what you've configured your ssl to recognize and what you're told cs-cart to use for https_host in config.local.php.