No problem @Chris D . We understand you don't have test environment to test this.My bad, I said I hadn't tested it![]()
MariaDB [xfforums]> SELECT * FROMxf_vb_import
WHERE content_type='thread' AND old_id='826578'
+---------------+--------------+--------+--------+
| import_log_id | content_type | old_id | new_id |
+---------------+--------------+--------+--------+
| 1294484 | thread | 826578 | 826578 |
+---------------+--------------+--------+--------+
I know the Rewrite rules are firing because by HTTP->HTTPS rewrite works fine.ErrorDocument 401 default
ErrorDocument 403 default
ErrorDocument 404 default
ErrorDocument 405 default
ErrorDocument 406 default
ErrorDocument 500 default
ErrorDocument 501 default
ErrorDocument 503 default
rewriteCond %{HTTPS} !on
rewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
# If you are having problems with the rewrite rules, remove the "#" from the
# line that begins "RewriteBase" below. You will also have to change the path
# of the rewrite to reflect the path to your XenForo installation.
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(data/|js/|styles/|install/|favicon\.ico|crossdomain\.xml|robots\.txt) - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
Looks like I am wrong!This addon works using the XF-router, so everything HAS to be routed to index.php.
<?php
// Enter the full path to your XenForo directory here:
$dir = '/usr/local/lsws/sites/labusas/public_html';
require($dir . '/src/XF.php');
XF::start($dir);
XF::runApp('XF301VB\Pub\App');
~
Oops! We ran into some problems.
The requested page could not be found.
This release fixes several bugs that have been reported:
- Improve false positive detection of several URL patterns that may match legitimate XenForo URLs (particularly if route filters are used).
- Ensure that all redirects go to the canonical URL. This resolves problems when redirecting from a non-standard source location.
We use essential cookies to make this site work, and optional cookies to enhance your experience.