The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
Hello, the mobile version of my site, currently, aims to: m.site.com
How can I change it to restore the default behavior, namely: site.com/mobile
Thank You
Offline
Offline
Adrian had done for me.
I tried to upload the folder/mobile, from the .zip file original script that Adrian gave me, but when I access from the mobile always seeks the subdomain.
Offline
edit: I also changed the config.php file, under the mobile url. But nothing comes more in the subdomain
Offline
If you are using aspro >= 1.2.0 then you cannot reverse and /mobile will not work anymore. Why is m.domain.com not good for you?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
I use version 1.0.12. I resolved, in idex.php there this code:
VF::redirect('http://m.site.com');
that should be changed to:
require BASE_DIR.'/mobile/mobile.php';
VMobile::process();
Now works.
The subdomain was not good for me because it gave me error, the page generated a loop. I do not know what may depend
Thank you
Offline
Pages: 1