× Here you can get community support related to ReDJ.

simple one page to another redirect not working

  • dimitrison
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 6 months ago #3199 by dimitrison
Hello,

I just want to 301 redirect

mysite.com/index.php/test1

to

mysite.com/index.php/test-test2

for SEO purposes and I type in the from/to fields the following

From: mysite.com/index.php/test1
To: mysite.com/index.php/test-test2

When I visit the mysite.com/index.php/test1 link I get a 404 error message.

What am I doing wrong?

Thanks

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

More
9 years 6 months ago #3203 by admin
First,
add this to the end of your .htaccess file:
ErrorDocument 404 /

Then set the rule:
From URL: ^/index\.php/test1$
To URL: {scheme}://{siteurl}/test-test2
Request only: true (checked)

Kind regards,
Luigi
The following user(s) said Thank You: dimitrison

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

  • dimitrison
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 6 months ago #3219 by dimitrison
Replied by dimitrison on topic simple one page to another redirect not working
It's worked - thanks!

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

More
9 years 6 months ago #3223 by admin
U're welcome.

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

Time to create page: 0.123 seconds