• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

IP address binding to default domain name

T

turf

Guest
Hi,
I'm a newbie. I've just added my default domain name, but when i navigate on my internet navigator my ip address is still visible instead of my default domain name. Excuse me if i'm not making sense, it's not really my field; i was informed that it's about IP address binding to a domain name. Is this how i go about having my domain name visible on my navigator address bar, and how do i do this from Plesk?

I would really appreciate some please.
 
Hi, Im sorry but I dont really understand the question or the issue. Could you please try and clarify what you are trying to do and what your results are? You can also post some screen shots if that is easier with some comments.
 
Hi, I'm sorry if i'm not making myself clear.
Please find attached image (ipaddress.png) to explain. Hope this makes sense; I basically want to know how i can have my domain name visible instead of my ip address in my navigator bar. For the moment i can't see where i can do this in my DNS settings in Plesk.
Best regards
 

Attachments

  • ipaddress.png
    ipaddress.png
    24.2 KB · Views: 4
you would need to use an .htaccess rule with mod_rewrite to redirect the domain. Thats not really a server problem or issue but one that is more for a web site.

something like

RewriteEngine On
RewriteCond %{SERVER_name} ^.*domain.com$ [NC]
RewriteRule .* [domain.com...] [R]

but you may have better luck on google or the mod_rewrite website.
 
Back
Top