How to setup CDN for my mobile website only? - cdn

I've purchased the CDN for my mobile website.
Suppose I run my website at domain m.example.com.
Then what will be the primary domain name that will be cached?
Please suggest full process to setup CDN with my mobile website (m.example.com) not desktop site (www.example.com)

You can indeed setup CDN to serve only m.example.com. Full detailed process depends on CDN provider you will choose.

Related

Use dynamic links on main domain but without transferring to firebase hosting

We have a flutter application in which we integrated "dynamic links".
However, we'd like to activate the links on the main domain (example.com) directly, while keeping the website hosted on another hosting provider than firebase hosting.
So if we pointed the A records to firebase hosting, the website will not be working anymore.
How can this be achieved?
Example: when you search for olx.com.eg in Google, it automatically opens the application if I'm using mobile browser The key point is that they are using the same domain as a dynamic link and for website hosting through AWS
Thanks.

How to host domain name on a separate server and subdomain on Smarter ASP.net

I currently have a website and web application running on smarterasp.net. The web application was built using Microsoft ASP.net using SQL database. The website was built using Gatsby JS with WordPress as a headless CMS. Due to the fact that I need to use a build hook to trigger automatic build and redeployment whenever updates are made to the WordPress CMS, there is a need to use Netlify for that since SmarterASP doesn't support that.
I plan to use domain.com for the actual website, app.domain.com for the web application, and wordpress.domain.com for the remote WordPress site.
Both the web application and WordPress will be hosted on SmarterASP while only the website will be hosted on Netlify.com.
How do I go through with it? Any guide will be sincerely appreciated.
There is a guide here but I don't really understand it:
https://www.smarterasp.net/support/kb/a1552/how-do-i-add-a-subdomain-name-while-having-my-main-domain-name-hosted-else-where.aspx?KBSearchID=926268

how to Fix Chrome Tag my site as Dangerous

I'm new with this kind of issues, and i'm pretty sure that maybe it's small issue , please any help
is your website available via http or https? Chrome does mark every http-website as dangerous automatically. You need https.
You need to configure your site to use SSL. For that you need to setup the server properly and get a SSL certificate. There are some services that allows you to create your own certificate for free, but not every hosting provider accepts them. In some cases you need to buy the certificate from your provider.
The most popular free certificate site is Let's Encrypt. You can read more on how to configure it on their site: https://letsencrypt.org.
Start with reading this: https://letsencrypt.org/getting-started/
You can read why google marked this site as Dangerous in this article click here. If you are using WordPress in your registered domain then contact your hoisting provider about this issue. But if you are using free sites then I would recommend using XAMPP (Localhost) or you can use website like Pantheon to install and use WordPress.
If you face problem on how to use this site then follow this YouTube link to learn how this site works. It will start at 5:31.

Hosting ASP.NET Web API alongside a WordPress site on a GoDaddy Windows Hosting

The gist is, my I was requested to make an ASP.NET Web API backend for an app, but the website that the person will be hosting it on already has a wordpress site configured. Is there any way to host that api under thesite.com/webapi, for example, with that specific hosting?
The thing is, I'm not familiar with how WordPress is handling its URL routing, I don't have access to the control panel to experiment and without direct access to IIS Management Console I basically have no clue what to do.
Or maybe, if not that, would it be possible to set up a this API on some random port with that hosting? I.e. mysite.com:8001
In my opinion, it is better to create a subdomain for your API like webapi.thesite.com because then you won't need to configure your WP site not to catch requests for thesite.com/webapi and with this solution you won't need to do anything except registering a new subdomain

Running Wordpress on a subdomain of a URL used for Google App Engine (GAE)

I currently have a Google App Engine application, myapp, to which I have assigned a custom domain, mycustomdomain.com. mycustomdomain.com is currently registered through Google Domains. I set up the custom domain as instructed by Google's docs and it is all working as expected.
Now, I would like to create a subdomain, blog.mycustomdomain.com and point it to my hosting company (i.e. not direct it to my GAE app), where I have a self-hosted Wordpress installation.
I have tried doing this through an NS entry for the subdomain blog through Google Domains, but this does not work.
Could someone direct me if they know how to do this? Thanks.

Resources