How to redirect blog URLs using .htaccess?
This is an open discussion with 1 reply, filed under Troubleshooting.
Search
Can you try to add the [L] flag at then end ?
Also, remove your first leading /
RewriteRule ^index.php/global/article/(.*)$ http://www.mywebsite.com/blog/article/$1 [R=301,L]
Create an account or sign in to comment.
Hello
I am trying to redirect a bunch of old URLs to my new symphony website:
This doesn't really work, however, because Symphony seems to get confused by the
index.php
bit and keeps adding?symphony-page=
to all the URLs.It's probably this part that is responsible:
Can anybody help?