But that says: That will add a watch record for the author of every existing thread (no emails).
So it only works when you are the author of the thread, not if you posted in it...
:(
After migrating from SMF I am now watching a lot of threads that I wasn't subscribed to prior to migration.
What's the reason for this?
Is there an SQL query I can run so that I can reset watched threads for everyone so that they are only watching threads they have previously posted in?
I am having issues with my redirects.
Here's how my htaccess file looks like:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
RewriteCond %{QUERY_STRING} (^|\?|&)topic=([0-9]+)\.[0-9]+($|&)
RewriteRule ^index\.php$...
Hello Mike,
Neither solution worked. I wonder why?
I don't want the query string to be added at the end of the redirected URL, is there another workaround for this?
I used the NE flag as well for the second issue but it didn't do anything. That's weird, it should work.
This is what I have so far which isn't completely working:
-
RedirectMatch ^/$ /forum/
RewriteEngine On
# redirect threads
RewriteCond %{QUERY_STRING} (^|\?|&)topic=([0-9]+)\.[0-9]+($|&)
RewriteRule ^index\.php$ /forum/threads/%2/ [R=301,L]
RewriteCond %{QUERY_STRING}...
Greetings,
I have recently moved from SMF to Xenforo, but I have no idea how to redirect the URLs so that there are no broken links.
The old SMF forum is located at domain.com and the new Xenforo forum is located at domain.com/forum/
How am I supposed to redirect if old forum threads are in...