MyBB Community Forums

Full Version: Change links from php to html
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So i want to make my post links, user profile links and thread links html instead of php. what i have is
/showthread.php?tid=8&pid=11#pid11
what i want for threads: thread-11.html

/member.php?action=profile&uid=1
What i want for profiles is:
/user-1.html

etc, etc... Can anyone tell me how to do this?

Link to my site: http://www.moustachegaming.com/index.php

Thank you.
turn on SEF URLs and rename htaccess.txt as .htaccess
admin panel >> configuration >> settings >> Server and Optimization Options >> Enable search engine friendly URLs?
--> set to Enabled or automatic detection and save settings

forum root folder consists of htaccess.txt file - rename as .htaccess
Thank you!