XF 1.3 Redirect removed Resourse urls

audiokid

Active member
How do I re direct a removed resource?

Example, A user (currently me) removes a resource , but its been googled and now needs that redirected to the current url. I tried doing this via htaccess but nothing has worked so far.

Thanks for your help.

example:

index.php?resources/big-mix.2/
to
index.php?resources/big-mix.9/
 
You can actually do this with Route Filters.

In your example, this is the exact configuration:

upload_2014-4-4_21-15-23.webp

Note: This may seem backwards, but it is correct, due to it being an incoming conversion. Links to resources/big-mix.2/ will redirect to resources/big-mix.9/.
 
Top Bottom