Setting up redirect with temp url
-
lt635
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 14
-
Thank you received: 0
-
-
10 years 1 month ago #3604
by lt635
Hello,
Is it possible to setup a redirect with a temp url or do I have to wait until the website is live (has a domain)?
Example:
I would like to redirect this:
101.0.115.100/~irlendys/index.php/component/jetestimonial/?view=testimonials
To this:
101.0.115.100/~irlendys/index.php/testimonials
I have tried the string below and a couple of others, I thought this should work though:
From: ^/index.php/component/jetestimonial/\?view=testimonials$
To: http://{siteurl}/index.php/testimonials
No dramas if it cannot be done, I will just wait until the site is live, just thought I check before spending more time trying to work out a solution.
Thank you
Kind regards
Lene
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
10 years 1 month ago - 10 years 1 month ago #3607
by admin
Hi Lene,
drop the caret and it should work:
From URL: /index\.php/component/jetestimonial/\?view=testimonials$
To URL: http://{siteurl}/index.php/testimonials
Request only: true (checked)
Kind regards,
Luigi
Last edit: 10 years 1 month ago by admin.
Please Log in or Create an account to join the conversation.
-
lt635
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 14
-
Thank you received: 0
-
-
10 years 1 month ago #3612
by lt635
Hi Luigi,
Excellent, that fixed it. Did not even think about dropping the little ^.
Love your component!!
Thank you!
Kind regards
Lene
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
Time to create page: 0.134 seconds