nadaras
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Switch Domain – How to 301 redirect automatically?Oh my god! Thank you so much MarkRH !!! <3
The Internet lives so beautiful only because of People like you!
Thank you ?? it works like a charm ;DForum: Fixing WordPress
In reply to: Switch Domain – How to 301 redirect automatically?Hey MarkRH ??
Seems like it is still not working my .htaccess:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] RewriteEngine on RewriteCond %{http_host} ^www.jailbreaklab.eu$ [OR] RewriteCond %{http_host} ^jailbreaklab.eu$ [NC] RewriteRule ^(.*)$ https://www.jailbreak.pro/$1 [R=301,L] </IfModule> # END WordPress
I also found you solution more often in the Internet.
It is only redirecting the domain so the main URL but not every sub URL thay just stay with the old URL in the browser bar.Forum: Fixing WordPress
In reply to: Switch Domain – How to 301 redirect automatically?Hey kmessinger it seems like i didn’t wrote my problem precisely.
I use the same server i didn’t migrate it anyware.
I just want to change the domain of the existing wordpress installation. On the same server..
And i don’t use dynamic generated URLs is use the Postname.
I already rooted the new domain to the server and to the folder, it seems like all urls are working when i just replace the domain in the URL bar in the browser.
Now i have to change the URLs site wide and as main domain. And as last all old domains 301 redirected to the new URLs which are nearly the same because the only difference is the domain part of the URLs.Hey kartoni I am not sure where to put this code snippet?
Plugins -> Installed Plugins -> Popup Maker -> Edit ? If so where exactly?
Or do you mean in to the style.css ?Thanks for approach!!