× Here you can get community support related to ReDJ.

Redirect URL from a non joomla site

  • Dennis
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 4 months ago #3374 by Dennis
Redirect URL from a non joomla site was created by Dennis
Dear ReDJ Users, and makers! :)

I'm having some redirect problem. I had a site made with jsp, and I've made a joomla one. I want to redirect the old sites to the new one. I tried:

^/index.jsp?id=11&main=355&akt=0
TO
{scheme}://{siteurl}/szolgaltatasok/15-szolgaltatas/13-premium-cikkek

but it does not work. What could be wrong?

Thank you.

Please Log in or Create an account to join the conversation.

More
9 years 4 months ago #3375 by admin
Replied by admin on topic Redirect URL from a non joomla site
First, remember to escape any special chars:
^/index\.jsp\?id=11&main=355&akt=0$

Second, you should add this line at the end of your .htaccess file, to intercept any request:
ErrorDocument 404 /

Kind regards,
Luigi

Please Log in or Create an account to join the conversation.

Time to create page: 0.068 seconds