Redirect URL from a non joomla site
-
Dennis
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 1
-
Thank you received: 0
-
-
10 years 4 months ago #3374
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.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
10 years 4 months ago #3375
by admin
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:
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
Time to create page: 0.112 seconds