Could you post the link that’s failing and a link to the plugin you’re using?
That’s a pretty old plugin… have you tried this one?
https://bbpress.org/plugins/topic/user-directory/
I can’t vouch for it, but it looks newly maintained…
You should have a line something like RewriteRule ^mlist/ /mlist.php [L,QSA]
in your .htaccess
. Put it after RewriteRule ^rss/view/([^/]+)/?$ /rss.php?view=$1 [L,QSA]
if you don’t.
I know this is a dumb question, but where do I find my .htaccess?
bbPress’ base directory, not a dumb question
Sorry, but I still can’t find it.
Are you browsing in an FTP program? Often FTP programs hide advanced files like htaccess… you have to change some settings in your program to see it.
What program are you using to browse your files?
That is a point. Files with .
in front of them are the equivalent in Linux/Unix of hidden files under Windows.
Found it. Thanks. There was a “show hidden files” box in preferences. I am using the standard linux (ubuntu) file browser. I believe its a web disk.
Cool, that worked thanks.