• Resolved MDC2957

    (@mdc2957)


    I have some URLs from my old Joomla site that need redirecting. It’s too complicated to do with htaccess. With this plugin, do I simply input the old and new URLs and it will work? For example, an old url had this in it ?layout=grid and to make that kind of rule work in htaccess, the host had to add RewriteCond %{QUERY_STRING} (^|&)layout=grid($|&) (whatever the F that means) So the question is, do I have to deal with all this complicated crap, or can I simply input the old and new URLs?

Viewing 1 replies (of 1 total)
  • Plugin Author John Godley

    (@johnny5)

    You’ll need to use regular expressions, but it’s more straightforward and you don’t need any of the other Apache syntax.

Viewing 1 replies (of 1 total)
  • The topic ‘Does it do complicated redirects?’ is closed to new replies.