New to XenForo and on on my prod server (nginx) the rewrite is not acting the same as in dev (apache).
XenForo is installed in /forum
While in / the Laravel framework is responding
Nginx Server
When I enable SEO friendly URLs I get 404 response from the Laravel framework, hinting that the root...
Redirect rules for SMF 2.0 (Apache and Nginx).
Option 1 - Using .htaccess
There are a few things for .htaccess to work correctly:
SMF 2.0 was using normal URLs, like "https://www.domain.com/smf/index.php?board=5.0"
During the import to Xenforo, you choose to retain ID's
Open your .htaccess...
I have a weird problem and I can't seem to find anyone that knows why it's a problem.
I have a website at http://rplstoday.com -- WordPress is installed in the root and xenForo is installed at /community. I have another domain pointing there, but I want everything to point at their respective...
I'm having trouble with some quirky vbulletin vbseo url's. Here's what I have in my nginx server config file:
location / {
rewrite ^/forum/f[0-9]+/.+-([0-9]+)/$ /threads/$1/ redirect;
rewrite ^/forum/f([0-9]+)/$ /forums/$1/ redirect;
...
This works great for...
I couldn't locate any example of how to redirect friendly URLs managed by the Zoints SEO plugin for vBulletin so came up with my own configuration. I use Nginx so my location block looks like this:
#rewrite thread requests
rewrite t([0-9]+)\.html.* /threads/$1 permanent;
#rewrite...
With this add-on, you will support Macedonian and Serbian letters in rewrite_url.
supported letters:
Љљ Њњ Ѕѕ Ѓѓ Ђђ Јј Ќќ Ћћ Џџ
HOW TO INSTALL:
Download CyrillicRewrite_1.0.zip and unzip it.
Upload the CyrillicRewrite folder to your server. The correct location is library/CyrillicRewrite...
Hey there,
we´re just about to launch our forums and imported vBulletin 4 into xf. Now comes the part where the url redirects come into the game and that won´t work atm. I don´t understand url rewriting and hope that may be someone who is more capable of could gimme a helping hand on this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.