Redirect URL does not work
-
redjuser
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 2
-
Thank you received: 0
-
-
11 years 4 weeks ago #2253
by redjuser
Hello,
I rewrited my old site into Joomla 3.2,
I installed ReDj, installation succesful, System ReDj Community plugin enabled (it is the first in the orderlist).
I created a new redirect item like:
'From url': /index.php?option=com_content&task=view&id=77&Itemid=59
the 'TO URL' is a simple page from the new site like /contact-us
(I also tried the FULL URLs, with the domain name in it)
Unfortunately the URL redirecting is not working...It shows me a page like: The cateory was not found...
I also tried with .htaccess in the web root or without it...
Thnx for your help.
Tibor.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 4 weeks ago #2254
by admin
Hi Tibor,
the from url field is a regular expression, so you must escape special chars. The to url must be absolute:
From URL: /index\.php\?option=com_content&task=view&id=77&Itemid=59
To URL: http://{siteurl}/contact-us
Kind regards,
Luigi
The following user(s) said Thank You: redjuser
Please Log in or Create an account to join the conversation.
-
redjuser
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 2
-
Thank you received: 0
-
-
11 years 4 weeks ago #2256
by redjuser
Luigi, I appreciate your work,
Thank you very much for your quick answer, it works!!
Tibor.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
Time to create page: 0.175 seconds