Support how to redirect main page

amir023123

Registered
Hi,

I want to ask one question please. How do I redirect xenforo index main page from forum list to the "blog node add on" i installed. i tried through admin panel buts it showing oops error and no page is loaded.

i checked hta access and its fine.

Basically I want the forum index php to go to index.php?threadhome/

i would appreicate your help
 

amir023123

Registered
yes like i tried it and it keeps going to index.php

but not going to the blog thing i made.

Is there anyway to have post grid card for latest threads widget? because right now its showing one per row. so if we can get 4 or 5 threads per row. it will be better
 

Marks-Man

Loyal Member
yes like i tried it and it keeps going to index.php

but not going to the blog thing i made.

Is there anyway to have post grid card for latest threads widget? because right now its showing one per row. so if we can get 4 or 5 threads per row. it will be better
solution is to rewrite index.php?threadhome to /blog.php or as you wish
and set DirectoryIndex to blog.php

search google and try :)
 

amir023123

Registered
Cpanel and edit .htaccess

it can be done with XenForo admin panel but you need to switch the 2 templates 😂 I don't suggest doing that, it is not a professional way
This is where i want the index.php to be redirect to index.php?threadhome/

so this is my current code in hta access file RewriteRule ^.*$ index.php [NC,L]
 
Back
Top Bottom