XF 1.5 Removing /forums in url

Do you mean the forums as in this URL: https://xenforo.com/community/forums/xenforo-questions-and-support.25/

Or is your installation in the /forums/ directory on the server?

You can't remove it from the URL as forums is a route in the code (ot can be renamed though using a route filter).

You can though move the installation to the domain root on the server, if it is currently in a directory.

I install xenforo on subdomain forum.myforum.com
but the url structure goes into forum.myforum.com/forums
So i want the url goes into forum.myforum.com only (without that /forums)
thanks brogan
 
but the url structure goes into forum.myforum.com/forums

This should only apply to the forum index, not anything else, e.g. a thread would not have /forums/ in the URL.

If you want to have your forum list as the home page, then just add forums/ as the Index page route.

Then your forum list will be at forum.myforum.com/ instead of forum.myforum.com/forums
 
This should only apply to the forum index, not anything else, e.g. a thread would not have /forums/ in the URL.

If you want to have your forum list as the home page, then just add forums/ as the Index page route.

Then your forum list will be at forum.myforum.com/ instead of forum.myforum.com/forums
But what about
when i click the forum category
let's say
https://forum.mydomain.com/forums/forum.name/
nah, i really want delete that /forums too inside that url pattern
 
Top Bottom