Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to redirect page
batters
New
I want to redirect people visiting at domain.com/discussion/5/voa on domen.com/discussion/12/pppo
how to do this?
htaccess file, try to write:
Redirect 301 / discussion/5/voa domen.com/discussion/12/pppo
but when you enter the address domain.com/discussion/5/voa page opens domen.com/discussion/12/pppo/p1? p = discussion/5voa
how to fix?
how to do this?
htaccess file, try to write:
Redirect 301 / discussion/5/voa domen.com/discussion/12/pppo
but when you enter the address domain.com/discussion/5/voa page opens domen.com/discussion/12/pppo/p1? p = discussion/5voa
how to fix?
1
Comments