redirect index.php?start=6
-
kalixo
-
Topic Author
-
Offline
-
Senior Member
-
Less
More
-
Posts: 45
-
Thank you received: 0
-
-
8 years 5 months ago #4999
by kalixo
Dear REDJs,
could you please help me to redirect:
FROM:
index.php?start=6
to:
/CATEGORY/page=6
so I need to replace "index.pho?start=" to "/CATEGORY/page=".
Thanks in advance!
Looking forward to hear from you soon!
Kalixo!
Please Log in or Create an account to join the conversation.
-
kalixo
-
Topic Author
-
Offline
-
Senior Member
-
Less
More
-
Posts: 45
-
Thank you received: 0
-
-
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
8 years 5 months ago #5004
by admin
Tru this rule:
From URL: ^/index\.php\?start=6$
To URL: {scheme}://{siteurl}/CATEGORY/page=6
Request only: true (checked)
The following user(s) said Thank You: kalixo
Please Log in or Create an account to join the conversation.
-
kalixo
-
Topic Author
-
Offline
-
Senior Member
-
Less
More
-
Posts: 45
-
Thank you received: 0
-
-
8 years 5 months ago #5006
by kalixo
Dear Admin,
Thank you! It works great!
Could you also please advise how to change that code to prevent other numers faults? (how to chenge "6" to "any number"?)
Thanks!
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
-
kalixo
-
Topic Author
-
Offline
-
Senior Member
-
Less
More
-
Posts: 45
-
Thank you received: 0
-
-
8 years 5 months ago #5029
by kalixo
Dear Admin, almost perfect, but i need to leave this what can be placed as "6" in this example.
This is page nr 6, but it can be also page 666, so I need to redirect any number as below:
ftom ...start=6
to: ...../page=6
from .....start=666
to: ...../page=666
from .....start=34
to: ...../page=34
Could you plase change this code?
Thanks,
Kalixo
Please Log in or Create an account to join the conversation.
Time to create page: 0.141 seconds