03-23-2020, 02:39 PM
I found problem with logo
I try use URL more user friendly, for my users
because today for access mobile, user need add a suffix "modules/Mobile" in usual URL, for example:
https://mycrm.com is a normal URL for access a crm
for mobile should be https://mycrm.com/module/Mobile
My ideia, is user can access, only include "m." with a prefix, for example
https://m.mycrm.com
I try this conf in apache
IfModule mod_ssl.c>
<VirtualHost *:443>
DocumentRoot /usr/share/coreBOS/corebos-master/modules/Mobile ( <==== I think that's causes the problem )
ServerName m.mycrm..com
ErrorLog logs/error_log
CustomLog logs/access_log combined
CustomLog "|/usr/sbin/rotatelogs /var/log/access_log 86400" common
#
<Directory "/usr/share/coreBOS/corebos-master/modules/Mobile/">
Options Indexes FollowSymLinks
AllowOverride None
Order deny,allow
Deny from None
Allow from All
</Directory>
There any configuration, I can created a friendly URL and not affect a mobile ?
I try use URL more user friendly, for my users
because today for access mobile, user need add a suffix "modules/Mobile" in usual URL, for example:
https://mycrm.com is a normal URL for access a crm
for mobile should be https://mycrm.com/module/Mobile
My ideia, is user can access, only include "m." with a prefix, for example
https://m.mycrm.com
I try this conf in apache
IfModule mod_ssl.c>
<VirtualHost *:443>
DocumentRoot /usr/share/coreBOS/corebos-master/modules/Mobile ( <==== I think that's causes the problem )
ServerName m.mycrm..com
ErrorLog logs/error_log
CustomLog logs/access_log combined
CustomLog "|/usr/sbin/rotatelogs /var/log/access_log 86400" common
#
<Directory "/usr/share/coreBOS/corebos-master/modules/Mobile/">
Options Indexes FollowSymLinks
AllowOverride None
Order deny,allow
Deny from None
Allow from All
</Directory>
There any configuration, I can created a friendly URL and not affect a mobile ?
Ranieri
eCRM Web
eCRM Web