-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can i find api and mobile #281
Comments
Create a new domain name and set the A record, then set the listener on the server. |
Thank you for quick reply, I dont know what you mean by create a new domain,.. you mean i should by new domain or i should create a new subdomain...? |
Create a new subdomain. |
And add configuration to your Nginx like this: server {
...
server_name www.94cb.com 94cb.com m.94cb.com api.94cb.com;
...
} |
What if i use Apache |
after creating a subdomain what should i add in the folder |
Apache:
|
|
so the subdomain will be empty... and is this going to work in shared host. |
empty? |
I ask you what should i add in subdomain and i think you didn't read that comment...
|
Am Beginner, I found this forum so beautiful and i want to use it with our website. So i need step by step how to do this i know it will help other too so please help. |
Shared host users should point your multiple subdomains to the same folder. |
You mean, please am beginner can you please be specific PLEASE a little instruction for beginner will be very kind. PLEASE SIR |
Please sir a little help. |
I am not using a shared host at present, and I am not sure how to operate it on the shared host's user interface. |
Can i give you credential in my shared host so that you can test it. |
Hi sorry am new here so, how can i find api.url and m.url because i cant find it.. i use this on subdomain like forum.mysite.com Please help.
The text was updated successfully, but these errors were encountered: