Score:0

Redirects Stopped Working Properly

ps flag

My .htaccess file look like this:

Options +FollowSymlinks
RewriteEngine On
RewriteBase /
RewriteRule /oldpage newdomain.com/newpage [R=301,L]
RewriteRule /oldpage2 newdomain.com/newpage2 [R=301,L]
RewriteRule /oldpage3 newdomain.com/newpage3 [R=301,L]
RedirectMatch 301 ^/.*$ newdomain.com

The last rule I need to redirect all other pages to newdomain.com

When I try Redirect 301 instead of RewriteRule - it doesn't work at all, all pages go to newdomain.com ignoring other rules.

With RewriteRule it worked for ~15 minutes properly and then the same issue, all pages go to newdomain.com ignoring other rules.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.