Setting Up Dev Site..

I have my production site as:



https://www.mysite.com



I have installed my dev site in folder call /dev/… This is a fresh install of V4.3.1



[url=“https://www.mysite.com/dev/”]https://www.mysite.com/dev/[/url]



Its installed but when you try to goto that site it is stuck in a redirect loop…

I have installed the fix for the redirect loop for V4.3.1… Still the /dev/ site just sits there and spins trying to load… This is on both front end and admin…



What am I missing…???

Possibly your .htaccess.



Do you have the directory listed as /dev in there

[quote name='johnbol1' timestamp='1433061493' post='216531']

Possibly your .htaccess.



Do you have the directory listed as /dev in there

[/quote]



Yup… That is set correctly…



RewriteEngine on

RewriteBase /dev

Figured it out… I had to manually go into the database and change settings in cscart_settings_objects table…



secure_storefront = full

secure_admin = Y

keep_https = Y



After making those changes everything worked just fine…

How about config.local did you put the /dev path in there too for the https



edit…just seen your reply above a few mins before me



at least your sorted now.

[quote name='johnbol1' timestamp='1433080788' post='216567']

How about config.local did you put the /dev path in there too for the https



edit…just seen your reply above a few mins before me



at least your sorted now.

[/quote]



Yup… That was already set correctly… Just the snag in the databases settings…

Whats the best way to move all the data over to the dev site… Just backup and then restore?

please check your PM.



best regards,

WSA team

[quote name='Damir (WSA-team)' timestamp='1433146316' post='216673']

please check your PM.



best regards,

WSA team

[/quote]



Thank you WSA Team… We got it all worked out now…

what was reason?

[quote name='Damir (WSA-team)' timestamp='1433185923' post='216829']

what was reason?

[/quote]



When we restored the database into the DEV site it changed the urls under table companies and table settings_objects… Had to fix them manually within the database… Changing the config.local.php had no effect…