Ruma Dey Baidya
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wordpress 5.4 posts are still pointing old domainBUT ITS COST A LITTLE, I DONT WANT TO PAY THEM ANYMORE.
Please guide me any other idea
Is it possible to move the .com hosting again to the .in and start redirecting?
or can I use cludefiare service to get the SSL?- This reply was modified 4 years, 10 months ago by Ruma Dey Baidya.
- This reply was modified 4 years, 10 months ago by Ruma Dey Baidya.
- This reply was modified 4 years, 10 months ago by Ruma Dey Baidya.
- This reply was modified 4 years, 10 months ago by Ruma Dey Baidya.
Forum: Fixing WordPress
In reply to: wordpress 5.4 posts are still pointing old domainnope, they moved in the .com. Dont know why
refer – https://prnt.sc/sjgg3l
Shall I move the hosting?
- This reply was modified 4 years, 10 months ago by Ruma Dey Baidya.
- This reply was modified 4 years, 10 months ago by Ruma Dey Baidya.
Forum: Fixing WordPress
In reply to: wordpress 5.4 posts are still pointing old domainHI
I ask the provider for the HTTP and https issue, the reply is :-
The domain is redirecting to the other domain, that is not an issue. That is working fine.
The issue comes when you try to redirect https . The reason for the issue is that your domain does not have SSL so redirecting it from https is not possible.
You get SSl only with the hosting hence I suggested you hosting if you want to redirect https too.
———————
I notice that they also move the hosting from holidaystory.in to theholidaystory.com.That’s why There is no place for SSL. not the .in, is only a single domain name.
Buying a new hosting for the same domain just for ssl is worthy and logical I think.
refer – https://prnt.sc/sjgg3l
Should I revert the hosting and try?
- This reply was modified 4 years, 10 months ago by Ruma Dey Baidya.
Forum: Fixing WordPress
In reply to: wordpress 5.4 posts are still pointing old domainthanks…I think also it may work.. let me contact to my provider..after I defiantly update you
Forum: Fixing WordPress
In reply to: wordpress 5.4 posts are still pointing old domainHi Nigel
AS advice the necessary changes are done.
Now no post is live from .in domain but from .com ever post is live.
https://snipboard.io/BA9lbD.jpg
https://snipboard.io/Yrlhb7.jpg
Ex:- https://www.holidaystory.in/mayapur-iskcon-temple-room-booking/ – not live
https://www.theholidaystory.com/mayapur-iskcon-temple-room-booking/ – it is workingIs there anything need to do in htaccess ?
- This reply was modified 4 years, 10 months ago by Ruma Dey Baidya.
Forum: Fixing WordPress
In reply to: wordpress 5.4 posts are still pointing old domainGood Morning !! Any luck?
Forum: Fixing WordPress
In reply to: wordpress 5.4 posts are still pointing old domainHi
I use this plugin and its working perfectly. Around 6500 entry found and fix 5900 aprox Now the .com is not pointing to .in.
_______
But the problem is the same post is open in both of the .in and .com domain. Its like two sites with the same content. Need to fix it so that all the .in permalink should redirect to .com.
Ex:- https://www.holidaystory.in/mayapur-iskcon-temple-room-booking/ to
https://www.theholidaystory.com/mayapur-iskcon-temple-room-booking/
__
hosting provider ans :-
On our shared servers, the module mod_rewrite is by default enabled for all the accounts. As the mod_rewerite rule is enabled the internal pages are been loaded smoothly.
“The site is not going to .in domain but then it is fetching the path from .in where it shows the original doamin contents”
domain theholidaystory.com
is currently being redirected to https://www.theholidaystory.com/ and its subpages are also getting redirected to https://Now about holidaystory.in, when you open holidaystory.in on the browser, it will redirect to https://www.theholidaystory.com/ because you have added holidaystory.in as an ALIAS in cPanel whic redirects holidaystory.in to public_html folder which then opens https://www.theholidaystory.com/
___________
Last time, as advice we change some entry in htaccess. But no luck.This is the current .htaccass file
# BEGIN WordPress
# The directives (lines) between BEGIN WordPress and END WordPress are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.theholidaystory.com/$1 [R,L]
#LoadModule rewrite_module modules/mod_rewrite.so# php — BEGIN cPanel-generated handler, do not edit
# Set the “alt-php73” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-alt-php73 .php .php7 .phtml
</IfModule>
# php — END cPanel-generated handler, do not editForum: Fixing WordPress
In reply to: wordpress 5.4 posts are still pointing old domainok. Will wait for you. Please save my site. Thanks
—
This is the current .htaccass file
# BEGIN WordPress
# The directives (lines) betweenBEGIN WordPress
andEND WordPress
are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.theholidaystory.com/$1 [R,L]
#LoadModule rewrite_module modules/mod_rewrite.so# php — BEGIN cPanel-generated handler, do not edit
# Set the “alt-php73” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-alt-php73 .php .php7 .phtml
</IfModule>
# php — END cPanel-generated handler, do not editForum: Fixing WordPress
In reply to: wordpress 5.4 posts are still pointing old domainI have changed the .htaccess file with old(working) codes. The site is running now.
This is the screenshot of the “last” .htaccess code which is
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^(.*)$ https://www.theholidaystory.com/$1 [R=301,L]
</IfModule>Screenshot :- https://prnt.sc/shsokm
Forum: Fixing WordPress
In reply to: wordpress 5.4 posts are still pointing old domainThis page isn’t workingwww.theholidaystory.com redirected you too many times.
Try clearing your cookies.
ERR_TOO_MANY_REDIRECTSI don’t change the .htaccess till now…YOu can check
Forum: Fixing WordPress
In reply to: wordpress 5.4 posts are still pointing old domainwhich one I edit? the first copy or the second one?
Forum: Fixing WordPress
In reply to: wordpress 5.4 posts are still pointing old domainSorry, that didn’t work.
Please try again or come back later.
500 Error. Internal Server Error.Forum: Fixing WordPress
In reply to: wordpress 5.4 posts are still pointing old domainI have tested with both version of .htaccess but no luck.
If this thing not solved, I will mad very soon by those files.
___________________________________________first copy___________
# BEGIN WordPress
# The directives (lines) betweenBEGIN WordPress
andEND WordPress
are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^ holidaystory.in$ [OR]
RewriteCond %{HTTP_HOST} ^ https://www.holidaystory.in$
RewriteRule (.*)$ https://www.theholidaystory.com/$1 [R=301,L]
</IfModule>____________________________________________Second copy___________________
# BEGIN WordPress
# The directives (lines) betweenBEGIN WordPress
andEND WordPress
are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^ holidaystory.in$ [OR]
RewriteCond %{HTTP_HOST} ^ https://www.holidaystory.in$
RewriteRule (.*)$ https://www.theholidaystory.com/$1 [R=301,L]
</IfModule># END WordPress
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.theholidaystory.com/$1 [R,L]
#LoadModule rewrite_module modules/mod_rewrite.so# php — BEGIN cPanel-generated handler, do not edit
# Set the “alt-php73” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-alt-php73 .php .php7 .phtml
</IfModule>
# php — END cPanel-generated handler, do not editForum: Fixing WordPress
In reply to: wordpress 5.4 posts are still pointing old domainNow things are complicated.
You are talking about the .htaccess file which is under the “public_html” right?
—-
Also I get a lot htaccess file in the public_html directory.Please see – https://prnt.sc/shqz7z
_______________________
This is my current file…Please suggest what to change.
________________________
# BEGIN WordPress
# The directives (lines) betweenBEGIN WordPress
andEND WordPress
are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.theholidaystory.com/$1 [R,L]
#LoadModule rewrite_module modules/mod_rewrite.so# php — BEGIN cPanel-generated handler, do not edit
# Set the “alt-php73” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-alt-php73 .php .php7 .phtml
</IfModule>
# php — END cPanel-generated handler, do not editForum: Fixing WordPress
In reply to: wordpress 5.4 posts are still pointing old domainHi Nigel
Good morning!
I contact my hosting provider by they said its already enabled. But The problem still persists. Wich is and .in pages are not redirecting to any .com domain.
Ex:- https://www.holidaystory.in/mayapur-iskcon-temple-room-booking/ to
https://www.theholidaystory.com/mayapur-iskcon-temple-room-booking/
______________
The mail which I get from the hosting provider:-
Hello,
Thank you for contacting support.
On our shared servers, the module mod_rewrite is by default enabled for all the accounts. As the mod_rewerite rule is enabled the internal pages are been loaded smoothly.
Please note this module will not be shown on the PHP info page. Let us know if you face any issues or errors because of the mod_rewrite module so that we can check and investigate further.
I request you to take a minute and help rate our services. Your thoughts and ideas will help us understand your expectations and experiences. Please know that 5 is the highest & best rating on the scale.
Regards,
Aneesh S