Keywords: WordPress - Amazon Web Services - Technical issue - OtherDescription: Some posts are still shown IPAddress while some posts are shown domain name. Can you please help how to fix it.
Here is the screenshot of what I am trying to say for your better understanding.
Hi @spalisetty,
there are different ways to configure Bitnami WordPress to redirect all the incoming requests to the domain name. Please follow these steps:
https://docs.bitnami.com/aws/components/apache/#how-to-access-my-application-from-only-one-domain
<VirtualHost _default_:80> RewriteEngine On RewriteCond %{HTTP_HOST} !^betterlifeportal.com$ RewriteCond %{HTTP_HOST} !^(localhost|127.0.0.1) RewriteRule ^(.*)$ https://betterlifeportal.com.com$1 [R=permanent,L] ... <VirtualHost _default_:443> RewriteEngine On RewriteCond %{HTTP_HOST} !^betterlifeportal.com$ RewriteCond %{HTTP_HOST} !^(localhost|127.0.0.1) RewriteRule ^(.*)$ https://betterlifeportal.com$1 [R=permanent,L] ...
Hi Jota,I have made the following corrections.1.
Please correct me if I am wrong anywhere. I will hold on till Google updates it. Possibly by tomorrow I can update the status on it.
RegardsSuman P.
I still see the same issues Jota
I just checked that your site is properly redirecting from the IP to the domain so the server's configuration is fine. Regarding the information in Google, please note that we do not control, please check this Stack Overflow ticket in which the user had the same problem
In case you have any other problem with the information in the Google Search Engine, please contact Google to know how to resolve it.
Thanks
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.