Well, I'm not sure why I didn't make this change until now, but basically the site is now using a better URL scheme without the index.php part in every page address.
That means things are much more readable and easy to understand, since forums are now simply in a format like this:
Whereas member profile URLs now have an address like this:
Either way, the old URLs redirect to the new ones, as do the XenForo defaults. So yeah, this should make things a bit more understandable!
That means things are much more readable and easy to understand, since forums are now simply in a format like this:
Code:
https://warioforums.com/forums/Announcements/
Whereas member profile URLs now have an address like this:
Code:
https://warioforums.com/members/cm30.1/
Either way, the old URLs redirect to the new ones, as do the XenForo defaults. So yeah, this should make things a bit more understandable!