MyBB Community Forums

Full Version: Two .com problem!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I search something on my search panel for example Hello, it shows search results and this search has for example "hello" thread. When I clicked this thread there is two ".com"

Normally: https://name.com/thread.html&highlight=hello
Clicked: https://name.com.com/thread.html&highlight=hello

[Image: problem.png]

This problem is resolved when I disable Google Seo. What should I do?
What do you have in your .htaccess?
(2020-06-21, 03:25 PM)effone Wrote: [ -> ]What do you have in your .htaccess?

I changed it, but it still doesn't work. 
 
Before:


# You can add Google Seo URL codes to the end of alternative /.htaccess codes.
# Temporary URL solutions for ./search.php issues.
RewriteRule ^([^&]*)&(.*)$ https://name.com.com/$1?$2 [L,QSA,R=301]


After:

# You can add Google Seo URL codes to the end of alternative /.htaccess codes.

# Temporary URL solutions for ./search.php issues.
RewriteRule ^([^&]*)&(.*)$ https://name.com/$1?$2 [L,QSA,R=301]


Why could it be?
Now enable Goole SEO. Clear your cache.
It should be fixed.
(2020-06-22, 01:24 AM)effone Wrote: [ -> ]Now enable Goole SEO. Clear your cache.
It should be fixed.


Thank you it fixed.