I've begun setting up my first Azure website. I began with Free website version to learn how to setup a WordPress site. Next I promoted the site to Azure Shared, to enable me to setup a custom domain name. I struggled to setup a vanity domain name but this is now active.
However the site resources are loading cloudhound.azurewebsites.net and not the custom domain to www.cloudhound.co.uk.
How do I set the database to point to the new domain?
A plugin Better Search Replace plugin suggests I can update URLs or other text in a database. My question is do I enter cloudhound.azurewebsites.net/home/ in the search box and in the REPLACE BOX enter cloudhound.co.uk OR do I enter in the search box //www.cloudhound.azurewebsites.net/home/ and in the REPLACE BOX //www.cloudhound.co.uk perhaps both? Would I need to add http:// Thank you.
Azure website custom domain name
103 Views Asked by C_Bird At
1
There are 1 best solutions below
Related Questions in WORDPRESS
- How to add the dynamic new rows from my registration form in my database?
- Wordpress Site - pages have low text-HTML ratio
- wordpress delete unwanted location
- How to create a facet for WP gridbuilder that displays both parent and child custom fields?
- How to change woocomerce or full wordpress currency with value from USD to AUD
- error 500 on IIS FastCGI but no clue despite multiple error loggings activated
- Caching private wordpress rest endpoints
- How do i get my close button to work on a popup?
- SQL query to get student enrolled in this month in a course - Moodle
- What wordpress plugin prevent sharing of contact information amongst users?
- Password protected or private URL one-time viewable video access
- Download button not working in wordpress website. How can solve it?
- WP toolkit problem after deleting wordpress site manually
- TypeError: Failed to execute 'arrayBuffer' on 'Blob': Illegal invocation - Insert blob into database
- New Order Email Details Missing // Woocommerce / Woocommerce Bookings
Related Questions in AZURE
- How to update to the latest external Git in Azure Web App?
- I need an azure product that executes my intensive ffmpeg command then dies, and i only get charged for the delta. Any Tips?
- Inject AsyncCollector into a service
- mutual tls authentication between app service and function app
- Azure Application Insights Not Displaying Custom Logs for Azure Functions with .NET 8
- Application settings for production deployment slot in Azure App Services
- Encountered an error (ServiceUnavailable) from host runtime on Azure Function App
- Implementing Incremental consent when using both application and delegated permissions
- Invalid format for email address in WordPress on Azure app service
- Producer Batching Service Bus Vs Kafka
- Integrating Angular External IP with ClusterIP of .NET microservices on AKS
- Difficulty creating a data pipeline with Fabric Datafactory using REST
- Azure Batch for Excel VBA
- How to authenticate only Local and Guest users in Azure AD B2C and add custom claims in token?
- Azure Scale Sets and Parallel Jobs
Related Questions in VANITY-URL
- AWS Lambda function for URL masking
- Linkedin Developer API - get others profile info by VanityName
- Python detects Vanity URL discord.py
- .htaccess Vanity/Nice URLs Causing 404 Error to be Homepage
- What should I do to make the pretty URLs using .htaccess for my specific scenario?
- How do I extend the vanity URL functionality within AEM
- How to get the Google account ID from a Google+ vanity URL
- Rails 5 - Create vanity route for each instance of model
- Strip HTML extension from outgoing URL
- Vanity URLs with .htaccess
- How do sites like Facebook ensure vanity URLs don't conflict with internal pages/folders?
- How to implement vanity URLs in a legacy Flask app?
- Build vanity urls with variables stored in a different table from the model
- Sling:alias vs vanityUrl in AEM
- Webcenter Sites : Vanity URLs for images or PDF
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
If your site is a Wordpress, you have to also set up the primary domain in Wordpress for it to show up. There's a way to do it with the files - http://codex.wordpress.org/Changing_The_Site_URL But, the easiest way is just to go into Settings -> General from your Wordpress dash board and update the URL that's there.