Can't Access Admin Page

Hello

I have my store in the /store/ directory of my hosting package. Initially I had a htaccess file which redirected my website from www.domain.com to www.domain.com/store.

For some reason my hosting company removed the ability to use .htaccess files with the excuse "Multiviews are not supported on the shared platforms.".

I got them to redirect my site but now I can't access the admin. Before I used just go to www.domain.com/store/admin.php but now even when I try going to www.domain.com/admin I get redirected to www.domain.com/store/admin.php?dispatch=auth.login_form&return_url=admin.php and I get a 404 error.

Is there any way I can fix this without a re install?

Please check URLs which are specified in the config.local.php file:

// Host and directory where software is installed on no-secure server
$config['http_host'] = '%HTTP_HOST%';
$config['http_path'] = '%HOST_DIR%';

// Host and directory where software is installed on secure server
$config[‘https_host’] = ‘%HTTPS_HOST%’;
$config[‘https_path’] = ‘%HOST_DIR%’;

Looks like store path is specified there