Forums
-
- Forum
- Posts
-
- Installation
- 28,436
- Troubleshooting
- 62,513
- Themes
- 10,431
- Plugins
- 15,340
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
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.