Hi
I have a domain on the net , called : mydomain.fr
To access prestashop from web I use a reverse proxy, configured like that:
<VirtualHost *:80>
ServerName psdev1.mydomain.fr
ProxyPass / http://psdev1.myhome/
ProxyPassReverse / http://psdev1.myhome/
</VirtualH...