Trying To Access Developments Site Panel But Get Incorrect Url

Hi,

I have created a duplicate of my website in a subfolder

www.mysite.com/dev

but when i try to access the development site admin panel an extra sub directory is added to the url

so it reads

www.mysite.com/dev/dev/admin.php

it should only read www.mysite.com/dev/admin.php

Any ideas why this is happening. I have ensure that the config.local.php file reads

$config['http_host'] = 'www.mysite.com/dev';

and that the

// Names of index files for the frontend and backend
$config['customer_index'] = 'index.php';
$config['admin_index']    = 'admin.php';

I have also made sure that the .htacess file is blank so that it isn't redirecting anything?

Any help would be appreciated

thanks

Hi,

I have created a duplicate of my website in a subfolder

www.mysite.com/dev

but when i try to access the development site admin panel an extra sub directory is added to the url

so it reads

www.mysite.com/dev/dev/admin.php

it should only read www.mysite.com/dev/admin.php

Any ideas why this is happening. I have ensure that the config.local.php file reads

$config['http_host'] = 'www.mysite.com/dev';

and that the

// Names of index files for the frontend and backend
$config['customer_index'] = 'index.php';
$config['admin_index']    = 'admin.php';

I have also made sure that the .htacess file is blank so that it isn't redirecting anything?

Any help would be appreciated

thanks

It should be like this:

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

Thats great thanks for your help there.....that works perfectly...

last issue is that the checkout procedure on the dev site is redirecting to the live site....any ideas how i can change this so that the checkout process works on my development site?

thanks

Thats great thanks for your help there.....that works perfectly...

last issue is that the checkout procedure on the dev site is redirecting to the live site....any ideas how i can change this so that the checkout process works on my development site?

thanks

Do you experience this issue after making a payment via some online payment method?

Thats great thanks for your help there.....that works perfectly...

last issue is that the checkout procedure on the dev site is redirecting to the live site....any ideas how i can change this so that the checkout process works on my development site?

thanks

What payment processor do you use?