after importing vb5 (to XF 2.3.3) all went ok except for some errors in a few pages.
the page in the main has a thread that I can’t view, I get “The requested page could not be found.” while the thread is there!!
and if I go to the forum where the thread belongs I can view it with no issue
the main URL that gives me an error is The requested page could not be found.
and the other one that works ok is the same but without “post-0”
how can I fix the “post-0” at the end of the url in .htaccess ?
Thank you.
I see the url shown at the main board with “post-0” at the end, which doesnt work.
need to fix that in .htaccess
TIA
Khalid is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
Open your website’s .htaccess file
Add these lines to the file:
CopyRewriteEngine On
RewriteRule ^(.+?)/post-0/?$ /$1 [R=301,L]
Save the .htaccess file
Upload it back to your server
Clear your browser cache and XenForo cache