Simple Way To Keep Second Storefront Admin Url

Hi,

For example if you have 2 storefronts and you wish to access admin from ```php


www.store1.com/admin.php

andphp


www.store2.com/admin.php

<br />
To fix this to file [color=#ff0000]config.local.php[/color] after [color=#ff0000]```php
$config['https_path'] = '';
```[/color]add```php
<br />
$config['http_host'] = $_SERVER['HTTP_HOST'];<br />

```<br />
<br />
This works for me, if is there a pro solution please share<br />
<br />
I hope that helps,<br />
<br />
---<br />
Valentin<br />
[color=#808080][size=2]part of hungryweb.net[/size][/color]