MyBB Community Forums

Full Version: Redirect URL
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to Redirect url, example domain.com/member.php/action=login to domain.com/login.php

if I use CPanel "Redirect" then it will be domain.com/member.php to domain.com/login.php

Please help me Sad Sad
You can add something like below in your htaccess file
 RewriteRule ^login.php member.php?action=login [L, QSA]

I don't know if it work or not, i simply didn't tried anything like it before.
500 internal server Sad
(2017-10-19, 12:54 AM)aizeta Wrote: [ -> ]500 internal server Sad

Where you added the above line in you htaccess file?