XF 2.2 URL

Resolute

Active member
How do I get my forum to not show the index.php? For example, it shows this when going to my site: mydomain.com/index.php

I have seen other forums using XenForo where the index.php part doesn’t show when visiting the homepage of forum.

Hope I’m making sense lol
 
Solution
D
  1. Use the ACP search engine and type Friendly then check Use full friendly URLs
  2. rename htaccess.txt to .htaccess on your server
  3. that's it
  1. Use the ACP search engine and type Friendly then check Use full friendly URLs
  2. rename htaccess.txt to .htaccess on your server
  3. that's it
 
Solution
That worked.

But how do I get the URL structure to be like this when clicking on one of the forums in a category: domain.com/forums/new-members-welcome/

How do I get rid of those numbers that are in the URL still?
 
You can edit the node and give it a "URL portion".

Note that if you provide a "URL portion" and you ever change it to something else then old links to the old URL portion will no longer work. Easily solved with a server-side redirect but ideally don't change the URL portion unless totally necessary.
 
Back
Top Bottom